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

Function log_loglevel

server/log.c:703–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703static int log_loglevel(const ap_errorlog_info *info, const char *arg,
704 char *buf, int buflen)
705{
706 if (info->level < 0)
707 return 0;
708 else
709 return cpystrn(buf, priorities[info->level].t_name, buflen);
710}
711
712static int log_log_id(const ap_errorlog_info *info, const char *arg,
713 char *buf, int buflen)

Callers 1

do_errorlog_defaultFunction · 0.85

Calls 1

cpystrnFunction · 0.85

Tested by

no test coverage detected