table of contents
other versions
- Tumbleweed 1.1.4-1.5
- Leap-16.0
- Leap-15.6
log4cpp::BasicConfigurator(3) | Library Functions Manual | log4cpp::BasicConfigurator(3) |
NAME¶
log4cpp::BasicConfigurator - This class implements a trivial default configuration for log4cpp: it adds a FileAppender that logs to stdout and uses a BasicLayout to the root Category.
SYNOPSIS¶
#include <BasicConfigurator.hh>
Static Public Member Functions¶
static void configure ()
Performs a minimal configuration of log4cpp.
Detailed Description¶
This class implements a trivial default configuration for log4cpp: it adds a FileAppender that logs to stdout and uses a BasicLayout to the root Category.
Since
0.3.2
Member Function Documentation¶
void log4cpp::BasicConfigurator::configure () [static]¶
Performs a minimal configuration of log4cpp.
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
Version 1.1 | log4cpp |