|
static void | init (config::ClioConfigDefinition const &config) |
| Global log core initialization from a Config.
|
|
static Logger::Pump | trace (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible General logger at Severity::TRC severity.
|
|
static Logger::Pump | debug (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible General logger at Severity::DBG severity.
|
|
static Logger::Pump | info (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible General logger at Severity::NFO severity.
|
|
static Logger::Pump | warn (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible General logger at Severity::WRN severity.
|
|
static Logger::Pump | error (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible General logger at Severity::ERR severity.
|
|
static Logger::Pump | fatal (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible General logger at Severity::FTL severity.
|
|
static Logger::Pump | alert (SourceLocationType const &loc=CURRENT_SRC_LOCATION) |
| Globally accesible Alert logger.
|
|
A global logging service.
Used to initialize and setup the logging core as well as a globally available entrypoint for logging into the General
channel as well as raising alerts.