Skip to content

Commit 29df6b8

Browse files
committed
add log point
1 parent 530e69f commit 29df6b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/RootCommandImplementation.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ int ICommandHandler.Invoke(InvocationContext invocationContext)
197197
var hasError = false;
198198

199199
foreach (var inputAssemblyFile in GetInputAssemblyFiles(parseResult)) {
200+
logger?.LogInformation("generating API list: '{InputAssemblyFile}'", inputAssemblyFile);
201+
200202
var outputFilePath = AssemblyLoader.UsingAssembly(
201203
inputAssemblyFile,
202204
arg: (

0 commit comments

Comments
 (0)