$treeview $search $mathjax $extrastylesheet
librsync
2.0.2
$projectbrief
|
$projectbrief
|
$searchbox |
logging functions. More...
Go to the source code of this file.
Defines | |
#define | FMT_LONG "%"PRIdMAX |
#define | FMT_WEAKSUM "%08"PRIx32 |
#define | FMT_SIZE "%zu" |
#define | rs_trace rs_trace0 |
#define | rs_fatal rs_fatal0 |
#define | rs_error rs_error0 |
#define | rs_log rs_log0_nofn |
#define | rs_trace_enabled() 0 |
Enumerations | |
enum | { RS_LOG_PRIMASK = 7, RS_LOG_NONAME = 8 } |
Functions | |
void | rs_trace0 (char const *s,...) |
void | rs_fatal0 (char const *s,...) |
void | rs_error0 (char const *s,...) |
void | rs_log0 (int level, char const *fn, char const *fmt,...) |
void | rs_log0_nofn (int level, char const *fmt,...) |
Variables | |
int | rs_trace_level |
rs_trace_enabled() |
logging functions.
trace may be turned off.
error is always on, but you can return and continue in some way.
fatal terminates the whole process.
Definition in file trace.h.
anonymous enum |
int rs_trace_level |