EDMIService: Rework NewFile and SetAttributeValue
This commit is contained in:
11
Service.EDMIService/BaseClass.vb
Normal file
11
Service.EDMIService/BaseClass.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class BaseClass
|
||||
Friend LogConfig As LogConfig
|
||||
Friend Logger As Logger
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig)
|
||||
LogConfig = pLogConfig
|
||||
Logger = pLogConfig.GetLogger()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user