EDMIService: First working version of ImportFile

This commit is contained in:
Jonathan Jenne
2021-12-08 13:09:25 +01:00
parent d75272a17f
commit 3e5918297c
9 changed files with 180 additions and 118 deletions

View File

@@ -5,8 +5,9 @@ Public Class BaseClass
Friend Logger As Logger
Public Sub New(pLogConfig As LogConfig)
Dim oClassName = [GetType]().Name
LogConfig = pLogConfig
Logger = pLogConfig.GetLogger()
Logger = pLogConfig.GetLogger(oClassName)
End Sub
Public Sub LogAndThrow(pMessage As String)