18 #ifndef _LOG4CXX_BASIC_CONFIGURATOR_H
19 #define _LOG4CXX_BASIC_CONFIGURATOR_H
Use this class to quickly configure the package.
Definition: basicconfigurator.h:38
static void resetConfiguration()
Reset the default hierarchy to its defaut.
static void configure(const AppenderPtr &appender)
Add appender to the root logger.
static void configure()
Add a ConsoleAppender that uses PatternLayout using the PatternLayout::TTCC_CONVERSION_PATTERN and pr...
BasicConfigurator()
Definition: basicconfigurator.h:40
Definition: appender.h:33
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:28