table of contents
other versions
- Tumbleweed 1.0051-1.4
- Leap-16.0
- Leap-15.6
Plack::Middleware::NullLogger(3) | User Contributed Perl Documentation | Plack::Middleware::NullLogger(3) |
NAME¶
Plack::Middleware::NullLogger - Send logs to /dev/null
SYNOPSIS¶
enable "NullLogger";
DESCRIPTION¶
NullLogger is a middleware component that receives logs and does nothing but discarding them. Might be useful to shut up all the logs from frameworks in one shot.
AUTHOR¶
Tatsuhiko Miyagawa
2024-01-06 | perl v5.40.0 |