11 lines
339 B
VB.net
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
|