update logger

This commit is contained in:
Jonathan Jenne
2019-09-20 16:18:21 +02:00
parent f3a3812993
commit 82a839949d
3 changed files with 3 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ Public Class LogConfig
End Get
Set(isDebug As Boolean)
Me.isDebug = isDebug
GetLogger().Info("=> Debug is now {0}", isDebug)
ReloadConfig(isDebug)
End Set
End Property