Apache::Wombat::Logger - Apache server logger class
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");
Logger class that writes messages to the Apache ErrorLog.
new($slog)
write($string)
Parameters:
the Servlet::Util::Exception manpage, the Wombat::Logger::LoggerBase manpage
Brian Moseley, bcm@maz.org