54 std::vector<anch::logger::LoggerConfiguration> _loggersConfig;
57 std::vector<anch::logger::Logger*> _loggers;
73 virtual ~LoggerFactory();
97 anch::logger::Writer* createWriterInstance(
bool threadSafe,
bool lowPriority, std::ostream* out,
const std::string& pattern);
109 anch::logger::Writer* createWriterInstance(
bool threadSafe,
bool lowPriority,
const std::string& path,
const std::string& pattern, uint32_t maxSize,
int maxIndex);
130 void loadDefaultConfiguration();