MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*

This commit is contained in:
Jonathan Jenne
2022-09-29 13:46:00 +02:00
parent e87b97bfec
commit 042bbce9f4
1557 changed files with 380 additions and 160017 deletions

10
Logging/LogOptions.vb Normal file
View File

@@ -0,0 +1,10 @@
Imports DigitalData.Modules.Logging.LogConfig
Public Class LogOptions
Property LogPath As PathType
Property CustomLogPath As String = Nothing
Property Suffix As String = Nothing
Property CompanyName As String = Nothing
Property ProductName As String = Nothing
Property FileKeepInterval As Integer = 0
End Class