MS Loggername changed

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-17 12:00:50 +02:00
parent 02a5baa2a6
commit 379a36fba2
19 changed files with 668 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ Imports DigitalData.Modules.Logging
Public Class FrmMain
Private SelectedTable As Integer
Private Logger As NLog.Logger
Private LogWrapper As Logger
Private LogWrapper As LogConfig
Private DBFirebird As Firebird
Private Sub CreateTableNodesFromDatatable(dt As DataTable)
@@ -65,7 +65,7 @@ Public Class FrmMain
Private Sub FrmMain_Load(sender As Object, e As EventArgs) Handles Me.Load
LogWrapper = New Logger(ClassLogger.PathType.CurrentDirectory)
LogWrapper = New LogConfig(ClassLogger.PathType.CurrentDirectory)
Logger = NLog.LogManager.GetCurrentClassLogger()