Catalyst::Plugin::ErrorCatcher::File - a file emitter for Catalyst::Plugin::ErrorCatcher


Catalyst-Plugin-ErrorCatcher documentation  | view source Contained in the Catalyst-Plugin-ErrorCatcher distribution.

Index


NAME

Top

Catalyst::Plugin::ErrorCatcher::File - a file emitter for Catalyst::Plugin::ErrorCatcher

VERSION

Top

version 0.0.8.8

SYNOPSIS

Top

In your application:

  use Catalyst qw/-Debug StackTrace ErrorCatcher/;

In your application configuration:

  <Plugin::ErrorCatcher>
    # ...

    emit_module Catalyst::Plugin::ErrorCatcher::File
  </Plugin::ErrorCatcher>

  <Plugin::ErrorCatcher::File>
    dir         /tmp

    # defaults to ecfile
    prefix      foobar

  </Plugin::ErrorCatcher::File>

AUTHOR

Top

Chisel Wright <chisel@chizography.net>

COPYRIGHT AND LICENSE

Top


Catalyst-Plugin-ErrorCatcher documentation  | view source Contained in the Catalyst-Plugin-ErrorCatcher distribution.