You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1999/01/28 05:54:36 UTC

cvs commit: modperl/Log Log.pm

dougm       99/01/27 20:54:35

  Modified:    Log      Log.pm
  Log:
  pod2xxx trap
  
  Revision  Changes    Path
  1.5       +1 -1      modperl/Log/Log.pm
  
  Index: Log.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/Log/Log.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Log.pm	1999/01/20 18:35:22	1.4
  +++ Log.pm	1999/01/28 04:54:34	1.5
  @@ -19,7 +19,7 @@
     $rlog->debug("You only see this if `LogLevel' is set to `debug'");
   
     my $slog = $r->server->log;
  - 
  +
   =head1 DESCRIPTION
   
   The Apache::Log module provides an interface to Apache's I<ap_log_error>