diff options
author | Stefan Fritsch <sf@apache.org> | 2011-12-02 23:26:54 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-12-02 23:26:54 +0100 |
commit | b3cde50489b83e8e85320467def07bcb59616666 (patch) | |
tree | 48931d789bb1ccc050f069bb50002e3260eabc32 /include/ap_mmn.h | |
parent | Fix apr_status_t being passed as loglevel (diff) | |
download | apache2-b3cde50489b83e8e85320467def07bcb59616666.tar.xz apache2-b3cde50489b83e8e85320467def07bcb59616666.zip |
Add APLOGNO() macro for unique tags for every log message.
Add some scripts to make adding these tags easier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index ed6a27b63f..9f2f5543d5 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -372,6 +372,7 @@ * add pool to ap_errorlog_info. * 20111201.0 (2.5.0-dev) Add invalidate_entity() to the cache provider. * 20111202.0 (2.5.0-dev) Use apr_status_t across mod_session API. + * 20111202.1 (2.5.0-dev) add APLOGNO() */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ |