From 9a9b5706ad826a0fc79e8468592cf79e172017fc Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 11 Jan 2011 21:38:42 +0000 Subject: [PATCH] mention when APLOG_USE_MODULE() and AP_DECLARE_MODULE() were added git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1057883 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 2f7de4bee8..9cf3d41a0e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -224,7 +224,8 @@ * 20100606.0 (2.3.6-dev) Make ap_log_*error macro wrappers around * ap_log_*error_ to save argument preparation and * function call overhead. - * Introduce per-module loglevels + * Introduce per-module loglevels, including new APIs + * APLOG_USE_MODULE() and AP_DECLARE_MODULE(). * 20100606.1 (2.3.6-dev) Added extended timestamp formatting via * ap_recent_ctime_ex(). * 20100609.0 (2.3.6-dev) Dropped ap_body_to_table due to missing constraints. -- 2.40.0