Plack::Middleware::LogWarn

Converts to warns to log messages
Download

Plack::Middleware::LogWarn Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Geoffrey Darling
  • Publisher web site:
  • http://search.cpan.org/~maestro/

Plack::Middleware::LogWarn Tags


Plack::Middleware::LogWarn Description

Converts to warns to log messages Plack::Middleware::LogWarn is a Plack::Middleware component that will help you get warnings into a logger. You probably want to use some sort of real logging system such as Log::Log4perl and another Plack::Middleware such as Plack::Middleware::Log4perl.SYNOPSIS builder { enable 'LogWarn'; $app; } # use it with another logger middleware builder { enable 'LogWarn'; enable 'Log4perl', category => 'plack', conf => '/path/to/log4perl.conf'; $app; } Requirements: · Perl


Plack::Middleware::LogWarn Related Software