MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
11
EDMIAPI/Client/NewFile.vb
Normal file
11
EDMIAPI/Client/NewFile.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class NewFile
|
||||
Private ReadOnly LogConfig As LogConfig
|
||||
Private ReadOnly Logger As Logger
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig)
|
||||
LogConfig = pLogConfig
|
||||
Logger = LogConfig.GetLogger()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user