Logging configuration.
More...
#include <config.h>
|
| std::string | level {"info"} |
| | Log level: "trace", "debug", "info", "warning", "error", "critical".
|
| |
| std::filesystem::path | file |
| | Log file path (empty for console only)
|
| |
| bool | console {true} |
| | Enable console output.
|
| |
Logging configuration.
Definition at line 68 of file config.h.
◆ console
| bool kcenon::pacs::example::logging_config::console {true} |
Enable console output.
Definition at line 76 of file config.h.
◆ file
| std::filesystem::path kcenon::pacs::example::logging_config::file |
Log file path (empty for console only)
Definition at line 73 of file config.h.
◆ level
| std::string kcenon::pacs::example::logging_config::level {"info"} |
Log level: "trace", "debug", "info", "warning", "error", "critical".
Definition at line 70 of file config.h.
The documentation for this struct was generated from the following file: