增加日志

This commit is contained in:
ww-rm
2025-10-27 07:35:05 +08:00
parent df36d46528
commit 701d1fcf90

View File

@@ -347,6 +347,8 @@ namespace SpineViewerCLI
{
exporter.Export(output, spine);
}
_logger.Info($"{spine.SkelPath} export completed");
}
private BaseExporter GetExporterFilledWithArgs(ParseResult result, SpineObject spine)