]> granicus.if.org Git - apache/commit
- Introduce log levels trace1/.../trace8
authorStefan Fritsch <sf@apache.org>
Sun, 6 Jun 2010 16:54:51 +0000 (16:54 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 6 Jun 2010 16:54:51 +0000 (16:54 +0000)
commit98a1e93dca3b34630d607bc15d95f6dfe39d778d
tree4996f13736601a68a8d5cfe7344c60f639a55b67
parentafd39cbd258e7ca5ea888b3a42a91e20092de268
- Introduce log levels trace1/.../trace8
- Add macro wrappers for ap_log_*error. On C99, this will save argument
  preparation and function call overhead when a message is not logged
  because of the configured loglevel.
- Introduce per-module loglevel configuration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951893 13f79535-47bb-0310-9956-ffa450edef68
configure.in
include/ap_mmn.h
include/http_config.h
include/http_log.h
include/httpd.h
server/config.c
server/core.c
server/log.c
server/util_debug.c