Include logger names in logs

This commit is contained in:
NextTurn
2020-09-14 00:00:00 +08:00
committed by Next Turn
parent d771e474dc
commit 2363bf0ffa
6 changed files with 18 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ namespace WinSW
private static readonly int AdditionalStopTimeout = 1_000;
private static readonly ILog Log = LogManager.GetLogger(typeof(WrapperService));
private static readonly ILog Log = LogManager.GetLogger(LoggerNames.Service);
private readonly XmlServiceConfig config;