增加日志输出
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user