qlt_el_msg
void qlt_el_msg(qlt_state_t *qlt, const char *fn, int ce, ...);
#define EL(qlt, ...) qlt_el_msg(qlt, __func__, CE_CONT, __VA_ARGS__);