|
ui-utilcpp 1.10.4
|
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. | |
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 operator()().
| SysLogMono & UI::Util::SysLogMono::operator() | ( | int | level | ) |