![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Log level struct for error messages. More...
#include <shambase/include/shambase/logs/loglevels.hpp>
Static Public Member Functions | |
| static std::string | reformat (const std::string &in, std::string module_name) |
| Log formatter function for error messages. | |
Static Public Attributes | |
| static constexpr i8 | logval = -10 |
| Log level value. | |
| static constexpr const char * | level_name = "Error" |
| Log level name. | |
Log level struct for error messages.
This struct contains the log level information for error messages.
Definition at line 279 of file loglevels.hpp.
|
static |
|
staticconstexpr |
Log level name.
Definition at line 281 of file loglevels.hpp.
|
staticconstexpr |
Log level value.
Definition at line 280 of file loglevels.hpp.