rad 6.2.0
|
#include <logger.hpp>
Public Member Functions | |
LogInitializer () | |
~LogInitializer ()=default | |
void | Configure (const std::string &filename="") |
LogInitializer (const LogInitializer &)=delete | |
LogInitializer & | operator= (const LogInitializer &)=delete |
This class helps with the initialization and configuration of log4cplus library. An instance of it should be created as soon as possible in the main().
|
inline |
Default constructor that initializes the log4cplus library as suggested in the documentation.
|
inlinedefault |
Destructor that shutdown the log4cplus library as suggested in the documentation.
|
delete |
|
inline |
Load the log configuration from file.
filename | Filename of the log properties. |
|
delete |