dnp3 (C API) 1.1.0
dnp3_logging_config_t Struct Reference

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...
 

Detailed Description

Logging configuration options.

Field Documentation

◆ level

dnp3_log_level_t dnp3_logging_config_t::level

logging level

◆ output_format

dnp3_log_output_format_t dnp3_logging_config_t::output_format

output formatting options

◆ print_level

bool dnp3_logging_config_t::print_level

optionally print the log level as part to the message string

◆ print_module_info

bool dnp3_logging_config_t::print_module_info

optionally print the underlying Rust module information to the message string

◆ time_format

dnp3_time_format_t dnp3_logging_config_t::time_format

optional time format


The documentation for this struct was generated from the following file: