Static Public Member Functions
SimpleConfigurator Class Reference

#include <SimpleConfigurator.hh>

List of all members.

Static Public Member Functions

static void configure (const std::string &initFileName)
static void configure (std::istream &initFile)

Detailed Description

This class implements a simple configurator for log4cpp. It is a temporary hack with an undocumented configuration format.

Deprecated:
As of version 0.3.2 log4cpp includes a log4j format compatible PropertyConfigurator, removing the need for SimpleConfigurator. This class will be removed in 0.4.0.

Definition at line 26 of file SimpleConfigurator.hh.


Member Function Documentation

static void SimpleConfigurator::configure ( const std::string &  initFileName) [static]

Configure log4cpp with the configuration in the given file. NB. The configuration file format is undocumented and may change without notice.

Since:
0.2.6
Parameters:
initFileNamename of the configuration file
Exceptions:
GenICam::InvalidArgumentExceptionif the method encountered a read or syntax error.
static void SimpleConfigurator::configure ( std::istream &  initFile) [static]

Configure log4cpp with the configuration in the given file. NB. The configuration file format is undocumented and may change without notice.

Since:
0.3.1
Parameters:
initFilean input stream to the configuration file
Exceptions:
GenICam::InvalidArgumentExceptionif the method encountered a read or syntax error.

The documentation for this class was generated from the following file:


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10