Representation of the FESA logging infrastructure. More...
#include <Logging.h>
Public Member Functions | |
Logging () | |
~Logging () | |
void | initialize (const std::string &cfgFileName, fesa::LoggingMode::LoggingMode loggingMode) const |
Initialize logging. | |
Private Member Functions | |
Logging (const Logging &logging) | |
Logging & | operator= (const Logging &logging) |
Representation of the FESA logging infrastructure.
Definition at line 17 of file Logging.h.
fesaGSI::Logging::Logging | ( | ) |
Definition at line 22 of file Logging.cpp.
fesaGSI::Logging::~Logging | ( | ) |
Definition at line 27 of file Logging.cpp.
fesaGSI::Logging::Logging | ( | const Logging & | logging | ) | [private] |
void fesaGSI::Logging::initialize | ( | const std::string & | cfgFileName, | |
fesa::LoggingMode::LoggingMode | loggingMode | |||
) | const |
Initialize logging.
[in] | - | Name and location of the logging configuration file |
Definition at line 33 of file Logging.cpp.