From b294eaddf941be03799b9babe8ecbb9bc6ba4f33 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 27 Aug 2018 15:03:09 +0200 Subject: [PATCH] Version 0.0.0.2: fix ReloadConfig --- Modules.Logging/LogConfig.vb | 6 +++--- Modules.Logging/My Project/AssemblyInfo.vb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: ' - +