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