ui-utilcpp
1.8.5
|
C++ Abstraction of syslog(3) for mono threaded applications. More...
#include <SysLogMono.hpp>
Public Member Functions | |
SysLogMono (std::string const &ident, int option, int facility) | |
~SysLogMono () | |
Destructor. | |
SysLogMono & | operator() (int level) |
Log operator. More... | |
C++ Abstraction of syslog(3) for mono threaded applications.
UI::Util::SysLogMono::SysLogMono | ( | std::string const & | ident, |
int | option, | ||
int | facility | ||
) |
ident | Identifier (prefix) for the log lines. |
option | Options as described in syslog(3). |
facility | Facility as described in syslog(3). |
Referenced by UI::Util::SysLogMonoSingleton::SysLogMonoSingleton().
SysLogMono & UI::Util::SysLogMono::operator() | ( | int | level | ) |
Log operator.
level | Log level as described in syslog(3). |