Plack::Middleware::SimpleLogger - Simple logger that prints to psgi.errors


Plack documentation  | view source Contained in the Plack distribution.

Index


NAME

Top

Plack::Middleware::SimpleLogger - Simple logger that prints to psgi.errors

SYNOPSIS

Top

  enable "SimpleLogger", level => "warn";

DESCRIPTION

Top

SimpleLogger is a middleware component that formats the log message with information such as the time and PID and prints them to psgi.errors stream, which is mostly STDERR or server log output.

AUTHOR

Top

Tatsuhiko Miyagawa


Plack documentation  | view source Contained in the Plack distribution.