#include <stdarg.h>#include "../../str.h"


Go to the source code of this file.
Defines | |
| #define | ERR "Error: " |
| #define | ERR_LEN (sizeof(ERR)-1) |
| #define | LF "\n" |
| #define | LF_LEN (1) |
| #define | MAX_LOG_NR 64 |
| #define | NOTE "Notice: " |
| #define | NOTE_LEN (sizeof(NOTE)-1) |
| #define | WARN "Warning: " |
| #define | WARN_LEN (sizeof(WARN)-1) |
Functions | |
| void | append_log (int nr,...) |
| void | compile_logs (str *log) |
| void | reset_logs (void) |
| #define ERR "Error: " |
| #define ERR_LEN (sizeof(ERR)-1) |
| #define LF "\n" |
Definition at line 46 of file cpl_log.h.
Referenced by ConfGetToken(), ConfReadLine(), encodeCPL(), GetToken(), and processHeaderLine().
| #define LF_LEN (1) |
| #define MAX_LOG_NR 64 |
| void append_log | ( | int | nr, | |
| ... | ||||
| ) |
Definition at line 47 of file cpl_log.c.
References _str::len, LM_ERR, MAX_LOG_NR, nr_logs, and _str::s.
Referenced by encodeCPL().
| void compile_logs | ( | str * | log | ) |
Definition at line 70 of file cpl_log.c.
References len, _str::len, LM_ERR, nr_logs, pkg_malloc, s, and _str::s.
Referenced by encodeCPL().
| void reset_logs | ( | void | ) |
1.5.6