#include <Logger.h>
Public Member Functions | |
| virtual | ~Logger () |
| Destructor. | |
| int | openSyslog (int facility, int priority) |
| start logging through the syslog facility | |
| void | closeSyslog () |
| stop logging through the syslog facility | |
| int | openFilelog (char *fileName, int priority) |
| start logging in a logfile | |
| void | closeFilelog () |
| stop logging in a logfile | |
| int | setSyslogPriority (int priority) |
| set the logging priority for the syslog logging | |
| int | setFilelogPriority (int priority) |
| set the priority for the logfile | |
| int | setIdent (char *ident) |
| set the identification string | |
| void | debug (const char *fmt,...) |
| Set the priority of the logging. | |
| void | info (const char *fmt,...) |
| void | notice (const char *fmt,...) |
| void | warning (const char *fmt,...) |
| void | error (const char *fmt,...) |
| void | crit (const char *fmt,...) |
Static Public Member Functions | |
| static Logger * | Instance () |
| Instance. | |
Protected Member Functions | |
| Logger () | |
| Default Constructor. | |
|
|
Instance.
|
1.4.4