![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
#include <loggerFactory.hpp>
Static Public Member Functions | |
static const anch::logger::Logger & | getLogger (const std::string &loggerName) |
![]() | |
static LoggerFactory & | getInstance () |
Friends | |
class | anch::Singleton< LoggerFactory > |
Logger factory.
This class aims to manage logger according to the loggers name and configuration.
|
inlinestatic |
Retrieve a registered logger from a logger name or create a new one and register it.
loggerName | The logger name to retrieve |