C# Class RunningObjects.Core.Logging.DefaultLoggingProvider

Inheritance: LoggingProvider
Afficher le fichier Open project: edurdias/RunningObjects

Méthodes publiques

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

Méthodes protégées

Méthode Description
Executed ( RunningObjectsAction action, System.Web.Mvc.ActionExecutedContext context ) : void

Method Details

DefaultLoggingProvider() public méthode

public DefaultLoggingProvider ( ) : System
Résultat System

Executed() protected méthode

protected Executed ( RunningObjectsAction action, System.Web.Mvc.ActionExecutedContext context ) : void
action RunningObjectsAction
context System.Web.Mvc.ActionExecutedContext
Résultat void

Executing() public méthode

public Executing ( RunningObjectsAction action, System.Web.Mvc.ActionExecutingContext context ) : void
action RunningObjectsAction
context System.Web.Mvc.ActionExecutingContext
Résultat void

OnException() public méthode

public OnException ( RunningObjectsAction action, Exception ex ) : void
action RunningObjectsAction
ex System.Exception
Résultat void