dnp3 (C++ API) 1.1.0
|
Logging configuration options. More...
#include <dnp3.hpp>
Public Member Functions | |
LoggingConfig () | |
Initialize the configuration to default values. More... | |
Public Attributes | |
LogLevel | level |
logging level More... | |
LogOutputFormat | output_format |
output formatting options More... | |
TimeFormat | time_format |
optional time format More... | |
bool | print_level |
optionally print the log level as part to the message string More... | |
bool | print_module_info |
optionally print the underlying Rust module information to the message string More... | |
Friends | |
class | CppLoggingConfigFriend |
Logging configuration options.
dnp3::LoggingConfig::LoggingConfig | ( | ) |
Initialize the configuration to default values.
LogLevel dnp3::LoggingConfig::level |
logging level
LogOutputFormat dnp3::LoggingConfig::output_format |
output formatting options
bool dnp3::LoggingConfig::print_level |
optionally print the log level as part to the message string
bool dnp3::LoggingConfig::print_module_info |
optionally print the underlying Rust module information to the message string
TimeFormat dnp3::LoggingConfig::time_format |
optional time format