| Catalyst-Plugin-ErrorCatcher documentation | view source | Contained in the Catalyst-Plugin-ErrorCatcher distribution. |
Catalyst::Plugin::ErrorCatcher::File - a file emitter for Catalyst::Plugin::ErrorCatcher
version 0.0.8.8
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>
Chisel Wright <chisel@chizography.net>
This software is copyright (c) 2011 by Chisel Wright.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Catalyst-Plugin-ErrorCatcher documentation | view source | Contained in the Catalyst-Plugin-ErrorCatcher distribution. |