Go to the documentation of this file.
31 #define INFO(fmt, args...) __log_append(stderr,"", fmt, ## args);
32 #define ERROR(fmt, args...) __log_append(stderr," ", fmt, ## args);
33 #define LOG(fmt, args...) __log_append(stderr," ", fmt, ## args);
35 #define INFO(fmt, args...)
36 #define ERROR(fmt, args...)
37 #define LOG(fmt, args...)
42 extern void __log_append(FILE *
f,
const char * prefix,
const char * fmt, ... );