The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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

AUTHOR

Brian Moseley, bcm@maz.org