|
| static constexpr char | WARN_STR [] = "warning" |
| |
| static constexpr char | DEBUG_STR [] = "debug" |
| |
| static constexpr char | PARAMETERS_STR [] = "parameters" |
| |
| static const std::string *const | WARN |
| | Indicates a WARNING.
|
| |
| static const std::string *const | DEBUG |
| | Indicates a DEBUG.
|
| |
| static const std::string *const | PARAMETERS |
| | Indicates PARAMETER setup logs.
|
| |
| static const std::string *const | NONE |
| | Indicates NO category (or for observing, ANY category)
|
| |
Definition at line 13 of file CategoryManager.hpp.
◆ DEBUG
| const std::string* const sparta::log::categories::DEBUG |
|
static |
◆ DEBUG_STR
| char sparta::log::categories::DEBUG_STR[] = "debug" |
|
staticconstexpr |
◆ NONE
| const std::string* const sparta::log::categories::NONE |
|
static |
Indicates NO category (or for observing, ANY category)
Definition at line 25 of file CategoryManager.hpp.
◆ PARAMETERS
| const std::string* const sparta::log::categories::PARAMETERS |
|
static |
◆ PARAMETERS_STR
| char sparta::log::categories::PARAMETERS_STR[] = "parameters" |
|
staticconstexpr |
◆ WARN
| const std::string* const sparta::log::categories::WARN |
|
static |
◆ WARN_STR
| char sparta::log::categories::WARN_STR[] = "warning" |
|
staticconstexpr |
The documentation for this class was generated from the following file: