Home
last modified time | relevance | path

Searched refs:ly_log_clb (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dlog.c32 static void (*ly_log_clb)(LY_LOG_LEVEL level, const char *msg, const char *path); variable
67 ly_log_clb = clb; in ly_set_log_clb()
74 return ly_log_clb; in ly_get_log_clb()
209 if (ly_log_clb) { in log_vprintf()
210 ly_log_clb(level, msg, path); in log_vprintf()
937 if (ly_log_clb) { in ly_err_print()
938 ly_log_clb(eitem->level, eitem->msg, eitem->path); in ly_err_print()