Clean imported documents, first pass of Import form
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class Helpers
|
||||
Inherits BaseClass
|
||||
Private ReadOnly LogConfig As LogConfig
|
||||
Private ReadOnly Logger As Logger
|
||||
|
||||
''' <summary>
|
||||
''' This class needs to initialize the logger by itself!
|
||||
''' </summary>
|
||||
Public Sub New(pLogConfig As LogConfig)
|
||||
MyBase.New(pLogConfig)
|
||||
LogConfig = pLogConfig
|
||||
Logger = pLogConfig.GetLogger
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user