C# Class RunningObjects.Core.Logging.DefaultLoggingProvider

Inheritance: LoggingProvider
ファイルを表示 Open project: edurdias/RunningObjects

Public Methods

Method Description
DefaultLoggingProvider ( ) : System
Executing ( RunningObjectsAction action, System.Web.Mvc.ActionExecutingContext context ) : void
OnException ( RunningObjectsAction action, Exception ex ) : void

Protected Methods

Method Description
Executed ( RunningObjectsAction action, System.Web.Mvc.ActionExecutedContext context ) : void

Method Details

DefaultLoggingProvider() public method

public DefaultLoggingProvider ( ) : System
return System

Executed() protected method

protected Executed ( RunningObjectsAction action, System.Web.Mvc.ActionExecutedContext context ) : void
action RunningObjectsAction
context System.Web.Mvc.ActionExecutedContext
return void

Executing() public method

public Executing ( RunningObjectsAction action, System.Web.Mvc.ActionExecutingContext context ) : void
action RunningObjectsAction
context System.Web.Mvc.ActionExecutingContext
return void

OnException() public method

public OnException ( RunningObjectsAction action, Exception ex ) : void
action RunningObjectsAction
ex System.Exception
return void