Functions | |
| int | closeulog (void) |
| int | openulog (const char *ident, int options, int facility, const char *logfilename) |
| void | ulog (int pri, const char *fmt,...) |
| int | setulogmask (int pmask) |
| int | toggleulogpri (int pri) |
| void | rollulogpri (void) |
| int | getulogmask (void) |
| int | ulogIsVerbose (void) |
| int | ulogIsDebug (void) |
| void | serror (const char *fmt,...) |
| void | uerror (const char *fmt,...) |
| void | unotice (const char *fmt,...) |
| void | uinfo (const char *fmt,...) |
| void | udebug (const char *fmt,...) |
| const char * | ubasename (const char *av0) |
| void | _uassert (const char *ex, const char *file, int line) |
| void | setulogident (const char *ident) |
| char * | strerror (int) |
| int | openulog () |
| void | ulog () |
| int | setulogmask () |
| int | toggleulogpri () |
| void | serror () |
| void | uerror () |
| void | unotice () |
| void | uinfo () |
| void | udebug () |
| char * | ubasename () |
| void | _uassert () |
| char * | strerror () |
| void _uassert | ( | ) |
| void _uassert | ( | const char * | ex, | |
| const char * | file, | |||
| int | line | |||
| ) |
| int closeulog | ( | void | ) |
| int getulogmask | ( | void | ) |
| int openulog | ( | ) |
| int openulog | ( | const char * | ident, | |
| int | options, | |||
| int | facility, | |||
| const char * | logfilename | |||
| ) |
| void rollulogpri | ( | void | ) |
| void serror | ( | ) |
| void serror | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void setulogident | ( | const char * | ident | ) |
| int setulogmask | ( | ) |
| int setulogmask | ( | int | pmask | ) |
| char* strerror | ( | ) |
| char* strerror | ( | int | ) |
| int toggleulogpri | ( | ) |
| int toggleulogpri | ( | int | pri | ) |
| char* ubasename | ( | ) |
| const char * ubasename | ( | const char * | av0 | ) |
| void udebug | ( | ) |
| void udebug | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void uerror | ( | ) |
| void uerror | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void uinfo | ( | ) |
| void uinfo | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void ulog | ( | ) |
| void ulog | ( | int | pri, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
| int ulogIsDebug | ( | void | ) |
| int ulogIsVerbose | ( | void | ) |
| void unotice | ( | ) |
| void unotice | ( | const char * | fmt, | |
| ... | ||||
| ) |
1.4.7