#include <LoggingFacility.hpp>
Definition at line 15 of file LoggingFacility.hpp.
◆ LoggingFacility()
lug::System::Logger::LoggingFacility::LoggingFacility |
( |
| ) |
|
|
delete |
◆ ~LoggingFacility()
lug::System::Logger::LoggingFacility::~LoggingFacility |
( |
| ) |
|
|
delete |
◆ registerLogger()
void lug::System::Logger::LoggingFacility::registerLogger |
( |
const std::string & |
loggerName, |
|
|
std::unique_ptr< Logger > |
logger |
|
) |
| |
|
static |
◆ getLogger()
Logger * lug::System::Logger::LoggingFacility::getLogger |
( |
const std::string & |
loggerName | ) |
|
|
static |
◆ registerHandler()
void lug::System::Logger::LoggingFacility::registerHandler |
( |
const std::string & |
handlerName, |
|
|
std::unique_ptr< Handler > |
handler |
|
) |
| |
|
static |
◆ getHandler()
Handler * lug::System::Logger::LoggingFacility::getHandler |
( |
const std::string & |
handlerName | ) |
|
|
static |
◆ clear()
void lug::System::Logger::LoggingFacility::clear |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: