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