C++ Abstraction of syslog(3) for mono threaded applications.
More...
#include <SysLogMono.hpp>
C++ Abstraction of syslog(3) for mono threaded applications.
◆ SysLogMono()
UI::Util::SysLogMono::SysLogMono |
( |
std::string const & | ident, |
|
|
int | option, |
|
|
int | facility ) |
- Parameters
-
ident | Identifier (prefix) for the log lines. |
option | Options as described in syslog(3). |
facility | Facility as described in syslog(3). |
◆ operator()()
SysLogMono & UI::Util::SysLogMono::operator() |
( |
int | level | ) |
|
Log operator.
- Parameters
-
level | Log level as described in syslog(3). |
The documentation for this class was generated from the following files: