MS Loggername changed
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user