18 #ifndef _LOG4CXX_BASIC_CONFIGURATOR_H 19 #define _LOG4CXX_BASIC_CONFIGURATOR_H 47 static void configure();
53 static void configure(
const AppenderPtr& appender);
60 static void resetConfiguration();
64 #endif //_LOG4CXX_BASIC_CONFIGURATOR_H
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:28
Implement this interface for your own strategies for outputting log statements.
Definition: appender.h:55
BasicConfigurator()
Definition: basicconfigurator.h:40
Use this class to quickly configure the package.
Definition: basicconfigurator.h:37
Definition: appender.h:32