table of contents
log4cpp::SimpleConfigurator(3) | log4cpp | log4cpp::SimpleConfigurator(3) |
NAME¶
log4cpp::SimpleConfigurator -
This class implements a simple Configurator for log4cpp.
SYNOPSIS¶
#include <SimpleConfigurator.hh>
Static Public Member Functions¶
static void configure (const std::string &initFileName)
throw (ConfigureFailure)
Configure log4cpp with the configuration in the given file.
static void configure (std::istream &initFile) throw
(ConfigureFailure)
Configure log4cpp with the configuration in the given file.
Detailed Description¶
This class implements a simple Configurator for log4cpp.
It is a temporary hack with an undocumented configuration format.
Deprecated
Member Function Documentation¶
void log4cpp::SimpleConfigurator::configure (std::istream & initFile) throw (ConfigureFailure) [static]¶
Configure log4cpp with the configuration in the given file. NB. The configuration file format is undocumented and may change without notice.
Since:
Parameters:
Exceptions:
void log4cpp::SimpleConfigurator::configure (const std::string & initFileName) throw (ConfigureFailure) [static]¶
Configure log4cpp with the configuration in the given file. NB. The configuration file format is undocumented and may change without notice.
Since:
Parameters:
Exceptions:
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
4 Aug 2014 | Version 1.0 |