Version 0.0.0.2: fix ReloadConfig
This commit is contained in:
@@ -6,9 +6,9 @@ Imports NLog.Targets
|
||||
''' <summary>
|
||||
''' MODULE: LogConfig
|
||||
'''
|
||||
''' VERSION: 0.0.0.1
|
||||
''' VERSION: 0.0.0.2
|
||||
'''
|
||||
''' DATE: 24.08.2018
|
||||
''' DATE: 27.08.2018
|
||||
'''
|
||||
''' DESCRIPTION: Module that writes file-logs to different locations:
|
||||
''' local application data, the current directory or a custom path.
|
||||
@@ -272,7 +272,7 @@ Public Class LogConfig
|
||||
End If
|
||||
|
||||
' Reload all running loggers
|
||||
LogManager.ReconfigExistingLoggers()
|
||||
LogFactory.ReconfigExistingLoggers()
|
||||
End Sub
|
||||
|
||||
#Region "Log Targets"
|
||||
|
||||
Reference in New Issue
Block a user