#include <core/logger-factory.hpp>
Classes | |
class | Error |
Public Member Functions | |
std::list< std::string > | getModules () const |
void | onConfig (const ConfigSection §ion, bool isDryRun, const std::string &filename) |
void | setConfigFile (ConfigFile &config) |
Static Public Member Functions | |
static Logger & | create (const std::string &moduleName) |
static LoggerFactory & | getInstance () |
Definition at line 42 of file logger-factory.hpp.
|
static |
Definition at line 196 of file logger-factory.cpp.
|
static |
Definition at line 44 of file logger-factory.cpp.
std::list< std::string > nfd::LoggerFactory::getModules | ( | ) | const |
Definition at line 216 of file logger-factory.cpp.
void nfd::LoggerFactory::onConfig | ( | const ConfigSection & | section, |
bool | isDryRun, | ||
const std::string & | filename | ||
) |
Definition at line 124 of file logger-factory.cpp.
void nfd::LoggerFactory::setConfigFile | ( | ConfigFile & | config | ) |
Definition at line 73 of file logger-factory.cpp.