Query: catalyst::plugin::log::dispatch
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Catalyst::Plugin::Log::Dispatch(3pm) User Contributed Perl Documentation Catalyst::Plugin::Log::Dispatch(3pm)NAMECatalyst::Plugin::Log::Dispatch - Log module of Catalyst that uses Log::DispatchVERSIONThis document describes Catalyst::Plugin::Log::Dispatch version 2.15SYNOPSISpackage MyApp; use Catalyst qw/Log::Dispatch/; configuration in source code MyApp->config->{ Log::Dispatch } = [ { class => 'File', name => 'file', min_level => 'debug', filename => MyApp->path_to('debug.log'), format => '[%p] %m %n', }]; in myapp.yml Log::Dispatch: - class: File name: file min_level: debug filename: __path_to(debug.log)__ mode: append format: '[%p] %m %n' If you use Catalyst::Plugin::ConfigLoader, please load this module after Catalyst::Plugin::ConfigLoader.DESCRIPTIONCatalyst::Plugin::Log::Dispatch is a plugin to use Log::Dispatch from Catalyst.CONFIGURATIONIt is same as the configuration of Log::Dispatch excluding "class" and "format". class The class name to Log::Dispatch::* object. Please specify the name just after "Log::Dispatch::" of the class name. format It is the same as the format option of Log::Dispatch::Config.DEPENDENCIESCatalyst, Log::Dispatch, Log::Dispatch::ConfigAUTHORShota Takayama "<shot[at]bindstorm.jp>"LICENCE AND COPYRIGHTCopyright (c) 2006, Shota Takayama "<shot[at]bindstorm.jp>". All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.14.2 2012-04-15 Catalyst::Plugin::Log::Dispatch(3pm)
Related Man Pages |
---|
log::dispatch::file(3) - suse |
catalyst::plugin::log::dispatch(3pm) - debian |
log::dispatch::array(3pm) - debian |
log::dispatch::file(3pm) - debian |
test::log::dispatch(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Change new filename with date ?? |
Read relevent details from Log File |
Urgent: Filtering a File |
Analysing Log Files? |
Script For Deleting Contents of "Live" Log File |