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
SEE ALSO
Servlet::Util::Exception, Wombat::Logger::LoggerBase
AUTHOR
Brian Moseley, bcm@maz.org