MCPcopy Create free account
hub / github.com/apache/httpd / md_log_set

Function md_log_set

modules/md/md_log.c:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51static void *log_baton;
52
53void md_log_set(md_log_level_cb *level_cb, md_log_print_cb *print_cb, void *baton)
54{
55 log_printv = print_cb;
56 log_level = level_cb;
57 log_baton = baton;
58}
59
60int md_log_is_level(apr_pool_t *p, md_log_level_t level)
61{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected