![]() |
rodbus (C++ API) 1.3.1
|
Logging configuration options. More...
#include <rodbus.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.
| rodbus::LoggingConfig::LoggingConfig | ( | ) |
Initialize the configuration to default values.
| LogLevel rodbus::LoggingConfig::level |
logging level
| LogOutputFormat rodbus::LoggingConfig::output_format |
output formatting options
| bool rodbus::LoggingConfig::print_level |
optionally print the log level as part to the message string
| bool rodbus::LoggingConfig::print_module_info |
optionally print the underlying Rust module information to the message string
| TimeFormat rodbus::LoggingConfig::time_format |
optional time format