Go to the documentation of this file.
49 void ods_log_init(
const char *filename,
int use_syslog,
int verbosity);
139 #define ODS_LOG_DEBUG 1
141 #define ods_log_assert(x) \
143 ods_fatal_exit("%s:%d: %s: assertion %s failed", \
144 __FILE__, __LINE__, __func__, #x); \
148 #define ods_log_assert(x)