18 #ifndef _LOG4CXX_DEFAULT_CONFIGURATOR_H
19 #define _LOG4CXX_DEFAULT_CONFIGURATOR_H
27 class LoggerRepository;
48 static const LogString getConfigurationFileName();
49 static const LogString getConfiguratorClass();
Configures the repository from environmental settings and files.
Definition: defaultconfigurator.h:36
static void configure(log4cxx::spi::LoggerRepositoryPtr repository)
Add a ConsoleAppender that uses PatternLayout using the PatternLayout::TTCC_CONVERSION_PATTERN and pr...
std::shared_ptr< LoggerRepository > LoggerRepositoryPtr
Definition: defaultconfigurator.h:27
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66