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_set_log_priority - Sets the log level of a libloc context

Authors

       Michael Tremer

                                                                                         LOC_SET_LOG_PRIORITY(3)

Description

       Sets the log priority of the given context. See loc_get_log_priority(3) for more details.

Name

       loc_set_log_priority - Sets the log level of a libloc context

See Also

libloc(3) link:loc_set_log_fn(3)

Synopsis

       #include <libloc/libloc.h>

       void loc_set_log_priority(struct loc_ctx* ctx, int priority)

See Also