diff --git a/Modules.Logging/LogConfig.vb b/Modules.Logging/LogConfig.vb index 47ae21fc..50a85f53 100644 --- a/Modules.Logging/LogConfig.vb +++ b/Modules.Logging/LogConfig.vb @@ -6,9 +6,9 @@ Imports NLog.Targets ''' ''' 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" diff --git a/Modules.Logging/My Project/AssemblyInfo.vb b/Modules.Logging/My Project/AssemblyInfo.vb index 86c3cb7f..a8f0cc9d 100644 --- a/Modules.Logging/My Project/AssemblyInfo.vb +++ b/Modules.Logging/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - +