Plack::Middleware::NullLogger.3pm

Langue: en

Version: 2010-03-30 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Plack::Middleware::NullLogger - Send logs to /dev/null

SYNOPSIS

   enable "NullLogger";
 
 

DESCRIPTIOM

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