Modules/Logging_.NET8/LogOptions.vb
2025-10-01 15:17:45 +02:00

11 lines
339 B
VB.net

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