Home > Guides > Core Developers Guide > Interceptors > Logger Interceptor

This interceptor logs the start and end of the execution an action (in English-only, not internationalized).
Note:: This interceptor will log at INFO level.

Parameters

There are no parameters for this interceptor.

Extending the Interceptor

There are no obvious extensions to the existing interceptor.

Examples