#include <SyslogStream.h>
Public Member Functions | |
| SyslogStream () | |
| virtual | ~SyslogStream () |
| void | setPriority (const SyslogPriority &prio) |
Static Public Member Functions | |
| static std::ostream & | getStream () |
| static void | open (char *name, int option, int facility) |
Protected Member Functions | |
| virtual int | sync () |
Definition at line 32 of file SyslogStream.h.
| ibrcommon::SyslogStream::SyslogStream | ( | ) |
Definition at line 16 of file SyslogStream.cpp.
| ibrcommon::SyslogStream::~SyslogStream | ( | ) | [virtual] |
Definition at line 21 of file SyslogStream.cpp.
| std::ostream & ibrcommon::SyslogStream::getStream | ( | ) | [static] |
Definition at line 30 of file SyslogStream.cpp.
| void ibrcommon::SyslogStream::open | ( | char * | name, | |
| int | option, | |||
| int | facility | |||
| ) | [static] |
Definition at line 25 of file SyslogStream.cpp.
| void ibrcommon::SyslogStream::setPriority | ( | const SyslogPriority & | prio | ) |
Definition at line 45 of file SyslogStream.cpp.
| int ibrcommon::SyslogStream::sync | ( | ) | [protected, virtual] |
Definition at line 38 of file SyslogStream.cpp.
1.7.1