18#ifndef _LOG4CXX_BASIC_CONFIGURATOR_H 
   19#define _LOG4CXX_BASIC_CONFIGURATOR_H 
Use BasicConfigurator (static) methods to configure Log4cxx when not using a configuration file.
Definition: basicconfigurator.h:39
 
static void resetConfiguration()
Reset the default hierarchy to its defaut.
 
static void configure(const LayoutPtr &layout=LayoutPtr())
Add a ConsoleAppender to the root logger that formats output using layout.
 
static void configure(const AppenderPtr &appender)
Add appender to the root logger.
 
BasicConfigurator()
Definition: basicconfigurator.h:41
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::shared_ptr< Layout > LayoutPtr
Definition: appender.h:42
 
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:29