Go to the source code of this file.
|
| void | _critical (const char *const function_name, const char *fmt,...) |
| |
| void | _error (const char *const function_name, const char *fmt,...) |
| |
| void | _warning (const char *const function_name, const char *fmt,...) |
| |
| void | _info (const char *const function_name, const char *fmt,...) |
| |
| void | error_init (void *_outputmethod, int *_quiet, int *_verbose, int *_debug) |
| |
| void | error_init_ipc (ipc_type_t ipc_type) |
| |
| void | error_deinit () |
| |
◆ BACKTRACE_LENGTH
| #define BACKTRACE_LENGTH 256 |
◆ critical
Value:
void _critical(const char *const function_name, const char *fmt,...)
Definition at line 32 of file error.h.
◆ critical_on
| #define critical_on |
( |
| cond | ) |
|
Value:
#define debug(debug_level,...)
Definition at line 33 of file error.h.
◆ critical_or_warning
| #define critical_or_warning |
( |
| cond, |
|
|
| ... ) |
Value:
void _warning(const char *const function_name, const char *fmt,...)
Definition at line 57 of file error.h.
◆ debug
| #define debug |
( |
| debug_level, |
|
|
| ... ) |
Value:
Definition at line 50 of file error.h.
◆ debug_call
| #define debug_call |
( |
| debug_level, |
|
|
| code ) |
Value:
Definition at line 55 of file error.h.
◆ DEBUGLEVEL_LIMIT
| #define DEBUGLEVEL_LIMIT 9 |
◆ error
Value:
void _error(const char *const function_name, const char *fmt,...)
Definition at line 36 of file error.h.
◆ error_on
Value:
Definition at line 37 of file error.h.
◆ error_or_debug
| #define error_or_debug |
( |
| debug_level, |
|
|
| ... ) |
Value:((debug_level)<0 ?
_error(__func__, __VA_ARGS__) : (void)0)
Definition at line 51 of file error.h.
◆ info
Value:_info(__func__, __VA_ARGS__)
void _info(const char *const function_name, const char *fmt,...)
Definition at line 43 of file error.h.
◆ warning
Value:
Definition at line 40 of file error.h.
◆ ipc_type_t
◆ outputmethod_t
◆ ipc_type
| Enumerator |
|---|
| IPCT_PRIVATE | |
| IPCT_SHARED | |
Definition at line 59 of file error.h.
◆ outputmethod
| Enumerator |
|---|
| OM_STDERR | |
| OM_STDOUT | |
| OM_SYSLOG | |
| OM_MAX | |
Definition at line 69 of file error.h.
◆ _critical()
| void _critical |
( |
const char *const | function_name, |
|
|
const char * | fmt, |
|
|
| ... ) |
|
extern |
◆ _error()
| void _error |
( |
const char *const | function_name, |
|
|
const char * | fmt, |
|
|
| ... ) |
|
extern |
◆ _info()
| void _info |
( |
const char *const | function_name, |
|
|
const char * | fmt, |
|
|
| ... ) |
|
extern |
◆ _warning()
| void _warning |
( |
const char *const | function_name, |
|
|
const char * | fmt, |
|
|
| ... ) |
|
extern |
◆ error_deinit()
◆ error_init()
| void error_init |
( |
void * | _outputmethod, |
|
|
int * | _quiet, |
|
|
int * | _verbose, |
|
|
int * | _debug ) |
|
extern |
◆ error_init_ipc()