The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

Really a rather useless example of an ErrorHandler action. It uses catalysts logging facilities to log errors.

SYNOPSIS

    # In a configuration somewhere:
    error_handler:
        actions:
            - type: Log
              id: log-error
              level: error
        handlers:
            fallback:
                actions:
                    - log-error

INTERFACE

INHERITED ACCESSORS

id

See "id" in Catalyst::Action::RenderView::ErrorHandler::Action

ACCESSORS

level

The log-level this action uses.

IMPLEMENTED METHODS

perform

Implemented as a requirement of Catalyst::Action::RenderView::ErrorHandler::Action.

Will be called with the $context, and basicly calles $context->log->$level for every error.

INHERITED METHODS

meta

Inherited from Moose.