Header contains flags, keywords and context structure.
void lk_log(struct lk_ctx *ctx, int priority, const char *file, int line, const char *fn, const char *fmt,...)
void(* lk_logger_t)(void *, int, const char *, int, const char *, const char *, va_list)
Definition: logging.h:15