fix LogConfig constructor
This commit is contained in:
parent
4e3e23aee9
commit
267f23c3cb
@ -14,7 +14,7 @@ Public Class ClassInit
|
||||
|
||||
<STAThread()>
|
||||
Public Sub InitLogger()
|
||||
LOGCONFIG = New LogConfig(LogConfig.PathType.AppData)
|
||||
LOGCONFIG = New LogConfig(LogConfig.PathType.AppData, Nothing, Nothing, "Digital Data", "Process Manager")
|
||||
LOGGER = LOGCONFIG.GetLogger("ProcessManager")
|
||||
|
||||
LOGGER.Info("## ProcessManager für Windream gestartet - {0}", Now)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user