PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::example::logging_config Struct Reference

Logging configuration. More...

#include <config.h>

Collaboration diagram for kcenon::pacs::example::logging_config:
Collaboration graph

Public Attributes

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.
 

Detailed Description

Logging configuration.

Definition at line 68 of file config.h.

Member Data Documentation

◆ console

bool kcenon::pacs::example::logging_config::console {true}

Enable console output.

Definition at line 76 of file config.h.

76{true};

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

70{"info"};

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