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 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:40
Definition: configuration.h:25
std::shared_ptr< Layout > LayoutPtr
Definition: appender.h:42
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:29