增加日志输出

This commit is contained in:
ww-rm
2025-09-22 23:27:23 +08:00
parent 798883d4e0
commit 93b70509ec

View File

@@ -217,6 +217,8 @@ namespace SpineViewer.ViewModels.MainWindow
_backgroundImageSprite = sprite;
}
_backgroundImagePath = v;
_logger.Info("Load background image from {0}", v);
_logger.LogCurrentProcessMemoryUsage();
}
catch (Exception ex)
{