Logging: Add ClearOldLogfiles to remove logfiles older than x, Add ModuleName to create subloggers with separate logfiles
This commit is contained in:
10
Modules.Logging/LogOptions.vb
Normal file
10
Modules.Logging/LogOptions.vb
Normal 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
|
||||
Reference in New Issue
Block a user