rad 6.2.0
|
#include <Log.h>
Public Member Functions | |
LogInitializer () | |
~LogInitializer ()=default | |
LogInitializer (const LogInitializer &)=delete | |
LogInitializer & | operator= (const LogInitializer &)=delete |
This class is used to initialize log4cplus library.
An object of type scxml4cpp::LogInitializer should declared as soon as possible in the main() of the application.
It should be used only if the client of scxml4cpp is not already initializing log4cplus. In other words, log4cplus should be initialized only once.
|
inline |
Constructor that initializes log4cplus according to the installed version.
|
inlinedefault |
Destructor that de-initializes log4cplus according to the installed version.
|
delete |
|
delete |