NAME

Apache::Wombat::Logger - Apache server logger class


SYNOPSIS

  use Apache::Log ();
  my $slog = Apache->server()->log();
  my $logger = Apache::Wombat::Logger->new($slog);
  $logger->log("this will show up in the httpd ErrorLog");


DESCRIPTION

Logger class that writes messages to the Apache ErrorLog.


CONSTRUCTOR

new($slog)
Construct and return a Apache::Wombat::Logger instance using the specified Apache server log.


PUBLIC METHODS

write($string)
Write the specified string to the Apache server log.

Parameters:

$string
the string to write


SEE ALSO

the Servlet::Util::Exception manpage, the Wombat::Logger::LoggerBase manpage


AUTHOR

Brian Moseley, bcm@maz.org