table of contents
log4cpp::ConfigureFailure(3) | log4cpp | log4cpp::ConfigureFailure(3) |
NAME¶
log4cpp::ConfigureFailure - Exception class for configuration.
SYNOPSIS¶
#include <Configurator.hh>
Inherits runtime_error.
Public Member Functions¶
ConfigureFailure (const std::string &reason)
Constructor.
Detailed Description¶
Exception class for configuration.
Constructor & Destructor Documentation¶
log4cpp::ConfigureFailure::ConfigureFailure (const std::string & reason)¶
Constructor.
Parameters:
reason String containing the description of the
exception.
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
Fri Dec 28 2018 | Version 1.1 |