#include <errno.h>
#include <stdlib.h>
#include "error.h"
Go to the source code of this file.
|
| #define | err_sys(w, e) |
| #define | err_sys_plus(w, e, m) |
| #define | err_tmp(w, e, m) |
| #define | err_tmp_plus(w, e, m) |
| #define | err_int(w, e, c) |
| #define | err_int_plus(w, e, c, m) |
| #define | log_who(w, m) |
| #define | log_anon(m) |
| #define | log_cat(n) |
| #define | B(...) |
|
| void | logmsg (const char *who, int ecode, unsigned int class, const char *msg) |
| char * | build_log_msg (const char *[]) |
Value:
char * build_log_msg(const char *[])
Definition at line 29 of file logmsg.h.
◆ err_int
| #define err_int |
( |
| w, |
|
|
| e, |
|
|
| c ) |
Value:
void logmsg(const char *who, int ecode, unsigned int class, const char *msg)
Definition at line 19 of file logmsg.h.
◆ err_int_plus
| #define err_int_plus |
( |
| w, |
|
|
| e, |
|
|
| c, |
|
|
| m ) |
◆ err_sys
◆ err_sys_plus
| #define err_sys_plus |
( |
| w, |
|
|
| e, |
|
|
| m ) |
◆ err_tmp
| #define err_tmp |
( |
| w, |
|
|
| e, |
|
|
| m ) |
◆ err_tmp_plus
| #define err_tmp_plus |
( |
| w, |
|
|
| e, |
|
|
| m ) |
◆ log_anon
◆ log_cat
◆ log_who
◆ build_log_msg()
| char * build_log_msg |
( |
const char * | x[] | ) |
|
|
extern |
◆ logmsg()
| void logmsg |
( |
const char * | who, |
|
|
int | ecode, |
|
|
unsigned int | class, |
|
|
const char * | msg ) |
|
extern |