增加日志版本号输出
This commit is contained in:
@@ -23,7 +23,7 @@ namespace SpineViewer
|
|||||||
{
|
{
|
||||||
InitializeLogConfiguration();
|
InitializeLogConfiguration();
|
||||||
_logger = LogManager.GetCurrentClassLogger();
|
_logger = LogManager.GetCurrentClassLogger();
|
||||||
_logger.Info("Application Started");
|
_logger.Info("Application Started, v{0}", Version);
|
||||||
|
|
||||||
AppDomain.CurrentDomain.UnhandledException += (s, e) =>
|
AppDomain.CurrentDomain.UnhandledException += (s, e) =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user