Catalyst::Plugin::LogDeep

Sets up Log::Deep for Catalyst logging
Download

Catalyst::Plugin::LogDeep Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ivan Wills
  • Publisher web site:

Catalyst::Plugin::LogDeep Tags


Catalyst::Plugin::LogDeep Description

Sets up Log::Deep for Catalyst logging Catalyst::Plugin::LogDeep is a Perl module that sets up Log::Deep for Catalyst logging.SYNOPSIS use Catalyst qw/ ... LogDeep/; __PACKAGE__->config( 'Plugin::LogDeep' => { -name => __PACKAGE__, -level => , }, ); $c->log->debug( { var => $variable }, 'This is the value of variable ); $c->log->error( 'You did not do something' );Allows Catalyst to use the Log::Deep library for logging operations.The values set in the Plugin::LogDeep configuration item are passed directly on to the Log::Deep new method so look there for all the options for configuration.Note: You currently need to tell add a call to $c->log->session in begin method if you want a per session log session id. Hopefully this wont be required in future versions. Requirements: · Perl


Catalyst::Plugin::LogDeep Related Software