From d1574407f802e871bd8f5e323291cc66f411dc6d Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 29 Mar 2011 22:10:32 +0000 Subject: [PATCH] Expand the comment about APLOG_* and C++ a bit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086781 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_log.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/http_log.h b/include/http_log.h index f2aa4c7fd7..ca981308c9 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -124,9 +124,10 @@ extern "C" { #ifdef __cplusplus /** * C++ modules must invoke ::APLOG_USE_MODULE or ::AP_DECLARE_MODULE in - * every file which uses ap_log_*. + * every file which uses ap_log_* before the first use of ::APLOG_MARK + * or ::APLOG_MODULE_INDEX. * (C modules *should* do that as well, to enable module-specific log - * levels). + * levels. C modules need not obey the ordering, though). */ #else /* __cplusplus */ /** -- 2.50.1