Plack::Middleware::SimpleLogger(3pm) | User Contributed Perl Documentation | Plack::Middleware::SimpleLogger(3pm) |
Plack::Middleware::SimpleLogger - Simple logger that prints to psgi.errors
enable "SimpleLogger", level => "warn";
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.
Plack::Middleware::LogErrors, essentially the opposite of this module
Tatsuhiko Miyagawa
2022-09-06 | perl v5.34.0 |