C# Class Castle.MonoRail.Framework.Extensions.ExceptionChaining.LoggingExceptionHandler

Handles that logs the exception using the the logger factory.
Inheritance: AbstractExceptionHandler
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Process ( IRailsEngineContext context ) : void

Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException

Method Details

Process() public method

Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException
public Process ( IRailsEngineContext context ) : void
context IRailsEngineContext
return void