|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
| struct | log_code_T |
Macros | |
| #define | LOGLINELEN 1024 |
Functions | |
| void | zeSyslog (int priority, char *format,...) |
| void | zeOpenlog (char *ident, int option, int facility) const |
| void | zeCloselog () |
| void | zeLog_MessageInfo (int level, char *format,...) |
| void | zeLog_MessageWarning (int level, char *format,...) |
| void | zeLog_MessageError (int level, char *format,...) |
| void | zeLog_MsgDebug (char *funct, int level, char *format,...) |
| void | zeLog_MsgInfo (char *funct, int level, char *format,...) |
| void | zeLog_MsgNotice (char *funct, int level, char *format,...) |
| void | zeLog_MsgWarning (char *funct, int level, char *format,...) |
| void | zeLog_MsgError (char *funct, int level, char *format,...) |
| void | zeLog_SysWarning (char *funct, int level, char *format,...) |
| void | zeLog_SysError (char *funct, int level, char *format,...) |
| char * | zeLog_FacilityName (int facility) |
| int | zeLog_FacilityValue (char *ps) |
| char * | zeLog_PriorityName (int priority) |
| int | zeLog_PriorityValue (char *ps) |
| void | zeLog_SetFacility (char *ps) |
| void | zeLog_SetOutput (bool out_syslog, bool out_stdout) |
| int | ze_log_priority (char *ps) |
Variables | |
| int | ze_logLevel = 10 |
| int | ze_logFacility = LOG_LOCAL5 |
| bool | ze_logSeverity = FALSE |
| #define LOGLINELEN 1024 |
Definition at line 51 of file zeSyslog.c.
| int ze_log_priority | ( | char * | ps | ) |
Definition at line 503 of file zeSyslog.c.
| void zeCloselog | ( | ) |
Definition at line 138 of file zeSyslog.c.
| char* zeLog_FacilityName | ( | int | facility | ) |
Definition at line 431 of file zeSyslog.c.
| int zeLog_FacilityValue | ( | char * | ps | ) |
Definition at line 442 of file zeSyslog.c.
| void zeLog_MessageError | ( | int | level, |
| char * | format, | ||
| ... | |||
| ) |
Definition at line 186 of file zeSyslog.c.
| void zeLog_MessageInfo | ( | int | level, |
| char * | format, | ||
| ... | |||
| ) |
Definition at line 148 of file zeSyslog.c.
| void zeLog_MessageWarning | ( | int | level, |
| char * | format, | ||
| ... | |||
| ) |
Definition at line 167 of file zeSyslog.c.
| void zeLog_MsgDebug | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 205 of file zeSyslog.c.
| void zeLog_MsgError | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 285 of file zeSyslog.c.
| void zeLog_MsgInfo | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 225 of file zeSyslog.c.
| void zeLog_MsgNotice | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 245 of file zeSyslog.c.
| void zeLog_MsgWarning | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 265 of file zeSyslog.c.
| char* zeLog_PriorityName | ( | int | priority | ) |
Definition at line 452 of file zeSyslog.c.
| int zeLog_PriorityValue | ( | char * | ps | ) |
Definition at line 463 of file zeSyslog.c.
| void zeLog_SetFacility | ( | char * | ps | ) |
Definition at line 475 of file zeSyslog.c.
Definition at line 490 of file zeSyslog.c.
| void zeLog_SysError | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 327 of file zeSyslog.c.
| void zeLog_SysWarning | ( | char * | funct, |
| int | level, | ||
| char * | format, | ||
| ... | |||
| ) |
Definition at line 305 of file zeSyslog.c.
| void zeOpenlog | ( | char * | ident, |
| int | option, | ||
| int | facility | ||
| ) | const |
Definition at line 125 of file zeSyslog.c.
| void zeSyslog | ( | int | priority, |
| char * | format, | ||
| ... | |||
| ) |
Definition at line 54 of file zeSyslog.c.
| int ze_logFacility = LOG_LOCAL5 |
Definition at line 35 of file zeSyslog.c.
| int ze_logLevel = 10 |
Definition at line 34 of file zeSyslog.c.
Definition at line 36 of file zeSyslog.c.