diff options
author | Stefan Fritsch <sf@apache.org> | 2011-03-30 00:10:32 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-03-30 00:10:32 +0200 |
commit | d1574407f802e871bd8f5e323291cc66f411dc6d (patch) | |
tree | 913452076ceae71bd5cc6db84e24110b8d4ff816 /include | |
parent | Update xforms (diff) | |
download | apache2-d1574407f802e871bd8f5e323291cc66f411dc6d.tar.xz apache2-d1574407f802e871bd8f5e323291cc66f411dc6d.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/http_log.h | 5 |
1 files 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 */ /** |