53 std::vector<anch::logger::LoggerConfiguration> _loggersConfig;
56 std::vector<anch::logger::Logger*> _loggers;
72 virtual ~LoggerFactory();
96 anch::logger::Writer* createWriterInstance(
bool threadSafe,
bool lowPriority, std::ostream* out,
const std::string& pattern);
108 anch::logger::Writer* createWriterInstance(
bool threadSafe,
bool lowPriority,
const std::string& path,
const std::string& pattern, uint32_t maxSize,
int maxIndex);
129 void loadDefaultConfiguration();