Logging: Version 2.5.4.2

This commit is contained in:
Jonathan Jenne
2022-05-30 15:42:40 +02:00
parent ba3b4c7bf5
commit 6a1f8b77f7
2 changed files with 3 additions and 4 deletions

View File

@@ -360,7 +360,6 @@ Public Class LogConfig
''' </summary>
''' <param name="ClassName">The name of the class the logger belongs to</param>
''' <returns>An object of Logging.Logger</returns>
<DebuggerStepThrough()>
Public Function GetLogger(ClassName As String, ModuleName As String) As Logger
Dim oLogger = LogFactory.GetLogger(Of Logger)(ClassName)