7#ifndef syslogdevice_h_included
8#define syslogdevice_h_included
17 int option = LOG_NDELAY | LOG_PID,
18 int facility = LOG_USER);
23 std::string
service(
void)
const;
33 static std::string ident;
The IODevice class provides a framework for reading and writing to device.
bool waitForRead(void) const
bool waitForWrite(void) const
std::string service(void) const
bool fillInputBuffer(void)
Declaration of the IODevice class.