Go to the source code of this file.
Functions | |
| int | klog_new (int type, int threshold, const char *ident, klog_t **pkl) |
| int | klog_open_mem (klog_t *kl, size_t ln_max) |
| int | klog_open_syslog (klog_t *kl, int fac, int logopt) |
| int | klog_open_file (klog_t *kl, const char *base, size_t npages, size_t nlines) |
| const char * | klog_to_str (int lev) |
| int klog_new | ( | int | type, | |
| int | threshold, | |||
| const char * | ident, | |||
| klog_t ** | pkl | |||
| ) |
| int klog_open_file | ( | klog_t * | kl, | |
| const char * | base, | |||
| size_t | npages, | |||
| size_t | nlines | |||
| ) |