dnp3 (C API) 1.1.0
|
Logging configuration options. More...
#include <dnp3.h>
Data Fields | |
dnp3_log_level_t | level |
logging level More... | |
dnp3_log_output_format_t | output_format |
output formatting options More... | |
dnp3_time_format_t | 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... | |
Logging configuration options.
dnp3_log_level_t dnp3_logging_config_t::level |
logging level
dnp3_log_output_format_t dnp3_logging_config_t::output_format |
output formatting options
bool dnp3_logging_config_t::print_level |
optionally print the log level as part to the message string
bool dnp3_logging_config_t::print_module_info |
optionally print the underlying Rust module information to the message string
dnp3_time_format_t dnp3_logging_config_t::time_format |
optional time format