![]() |
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | ERROR(fmt, args...) |
#define | INFO(fmt, args...) |
#define | LOG(fmt, args...) |
Functions | |
void | __log_append (FILE *f, const char *prefix, const char *fmt,...) |
#define ERROR | ( | fmt, | |
args... | |||
) |
Definition at line 36 of file src/include/citrusleaf/as_log.h.
#define INFO | ( | fmt, | |
args... | |||
) |
Definition at line 35 of file src/include/citrusleaf/as_log.h.
#define LOG | ( | fmt, | |
args... | |||
) |
Definition at line 37 of file src/include/citrusleaf/as_log.h.
void __log_append | ( | FILE * | f, |
const char * | prefix, | ||
const char * | fmt, | ||
... | |||
) |