MS: Emailservice und Logging

This commit is contained in:
2020-01-06 13:00:25 +01:00
parent bc18b693bb
commit f20d0e5edd
6 changed files with 272 additions and 21 deletions

View File

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