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