|
clsync
|

Go to the source code of this file.
Macros | |
| #define | BACKTRACE_LENGTH 256 |
| #define | DEBUGLEVEL_LIMIT 9 |
| #define | critical(...) |
| #define | critical_on(cond) |
| #define | error(...) |
| #define | error_on(cond) |
| #define | warning(...) |
| #define | info(...) |
| #define | debug(debug_level, ...) |
| #define | error_or_debug(debug_level, ...) |
| #define | debug_call(debug_level, code) |
| #define | critical_or_warning(cond, ...) |
Typedefs | |
| typedef enum ipc_type | ipc_type_t |
| typedef enum outputmethod | outputmethod_t |
Enumerations | |
| enum | ipc_type { IPCT_PRIVATE , IPCT_SHARED } |
| enum | outputmethod { OM_STDERR = 0 , OM_STDOUT , OM_SYSLOG , OM_MAX } |
Functions | |
| 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_typeipc_type) |
| void | error_deinit () |
| #define critical | ( | ... | ) |
| #define critical_on | ( | cond | ) |
| #define critical_or_warning | ( | cond, | |
| ... ) |
| #define debug_call | ( | debug_level, | |
| code ) |
| #define error | ( | ... | ) |
| #define error_on | ( | cond | ) |
| #define error_or_debug | ( | debug_level, | |
| ... ) |
| #define info | ( | ... | ) |
| typedef enum ipc_type ipc_type_t |
| typedef enum outputmethod outputmethod_t |
| enum outputmethod |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |