Go to the documentation of this file.
62 void ods_log_init(
const char *filename,
int use_syslog,
int verbosity);
152 #define ODS_LOG_DEBUG 1
154 #define ods_log_assert(x) \
156 ods_fatal_exit("%s:%d: %s: assertion %s failed", \
157 __FILE__, __LINE__, __func__, #x); \
161 #define ods_log_assert(x)