This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-27 14:16:58 +02:00
parent 550041698f
commit 3d6251feaf
3 changed files with 13 additions and 17 deletions

View File

@@ -42,7 +42,6 @@ Public Class Form1
MyLogger = New LogConfig(LogConfig.PathType.CurrentDirectory, Nothing, "MAIN")
Logger = MyLogger.LogFactory.GetCurrentClassLogger()
Dim MySecondLogger = New LogConfig(LogConfig.PathType.CurrentDirectory, Nothing, "MAIN2")
Dim SecondLogger = MySecondLogger.LogFactory.GetCurrentClassLogger()