#include <loggerConfiguration.hpp>
Public Member Functions | |
LoggerConfiguration (const std::string &category, const anch::logger::Level &level, const std::vector< anch::logger::Writer * > &writers) | |
~LoggerConfiguration () | |
const std::string & | getCategory () const |
const anch::logger::Level & | getLevel () const |
const std::vector< anch::logger::Writer * > & | getWriters () const |
Loggers configuration extract from configuration file
anch::logger::LoggerConfiguration::LoggerConfiguration | ( | const std::string & | category, |
const anch::logger::Level & | level, | ||
const std::vector< anch::logger::Writer * > & | writers ) |
LoggerConfiguration constructor
category | The category |
level | The logging level |
writers | The writers |
anch::logger::LoggerConfiguration::~LoggerConfiguration | ( | ) |
LoggerConfiguration destructor
const std::string & anch::logger::LoggerConfiguration::getCategory | ( | ) | const |
Category getter
const anch::logger::Level & anch::logger::LoggerConfiguration::getLevel | ( | ) | const |
Logging level getter
const std::vector< anch::logger::Writer * > & anch::logger::LoggerConfiguration::getWriters | ( | ) | const |
Writers getter