logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

loc_get_log_priority - Fetches the log level of a libloc context

Authors

       Michael Tremer

                                                                                         LOC_GET_LOG_PRIORITY(3)

Description

       Returns the log priority of the given context.

       The returned integer is a valid syslog log level as defined in syslog(3).

       The default value is LOG_ERR.

Name

       loc_get_log_priority - Fetches the log level of a libloc context

See Also

libloc(3)

Synopsis

       #include <libloc/libloc.h>

       int loc_get_log_priority(struct loc_ctx* ctx);

See Also