logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: [mp2] cleaning up Apache::Log: msg#00317

Subject: Re: [mp2] cleaning up Apache::Log
Geoffrey Young wrote:
I think this should be reduced to:

    * $r->log_error
    * $r->warn
    * $s->log_error
    * $s->warn


don't forget about $r->log->warn(), which is slightly different than
$r->warn() in mp1, as well as $r->log->info(), etc which are frequently used
in mp1.  I haven't checked if these methods exist already (via $r->log) or
whether when you say warn() you're talking about all the other logging
levels as well.

($r|$s)->log->(warn|crit|...) are all there. They are fine (well, not exactly all of them, but I'm working on that).

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


<Prev in Thread] Current Thread [Next in Thread>