Author: stas
Date: Fri Nov 26 12:15:11 2004
New Revision: 106657

URL: http://svn.apache.org/viewcvs?view=rev&rev=106657
Log:
notice() messages ignore the LogLevel value and always get
logged by Apache design (unless error log is set to syslog)

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod?view=diff&rev=106657&p1=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod&r1=106656&p2=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod&r2=106657
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod     (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod     Fri Nov 26 
12:15:11 2004
@@ -639,6 +639,10 @@
 
 See L<LogLevel Methods|/LogLevel_Methods>.
 
+Though Apache treats C<notice()> calls as special. The message is
+always logged regardless the value of C<ErrorLog>, unless the error
+log is set to use syslog. (For details see httpd-2.0/server/log.c.)
+
 
 
 =head2 C<warn>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to