dnp3
0.9.0
|
Logging configuration options More...
Public Attributes | |
LogLevel | Level = LogLevel.Info |
logging level More... | |
LogOutputFormat | OutputFormat = LogOutputFormat.Text |
output formatting options More... | |
TimeFormat | TimeFormat = TimeFormat.System |
optional time format More... | |
bool | PrintLevel = true |
optionally print the log level as part to the message string More... | |
bool | PrintModuleInfo = false |
optionally print the underlying Rust module information to the message string More... | |
Logging configuration options
LogLevel dnp3.LoggingConfig.Level = LogLevel.Info |
logging level
Default value is LogLevel.Info
LogOutputFormat dnp3.LoggingConfig.OutputFormat = LogOutputFormat.Text |
output formatting options
Default value is LogOutputFormat.Text
bool dnp3.LoggingConfig.PrintLevel = true |
optionally print the log level as part to the message string
Default value is true
bool dnp3.LoggingConfig.PrintModuleInfo = false |
optionally print the underlying Rust module information to the message string
Default value is false
TimeFormat dnp3.LoggingConfig.TimeFormat = TimeFormat.System |
optional time format
Default value is TimeFormat.System