From: Stefan Fritsch Date: Tue, 29 Mar 2011 22:10:32 +0000 (+0000) Subject: Expand the comment about APLOG_* and C++ a bit X-Git-Tag: 2.3.12~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1574407f802e871bd8f5e323291cc66f411dc6d;p=apache 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 --- 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 */ /**