logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Author

       Tatsuhiko Miyagawa

perl v5.38.2                                       2024-01-20               Plack::Middleware::SimpleLogger(3pm)

Description

       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.

Name

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

See Also

       Plack::Middleware::LogErrors, essentially the opposite of this module

Synopsis

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

See Also