C# Class LoggerAttribute, code

Inheritance: HandlerAttribute
Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
LoggerAttribute ( )
LoggerAttribute ( LoggerTypes loggerType )
OnActionExecuted ( ActionExecutedContext, filterContext ) : void

Method Details

LoggerAttribute() public method

public LoggerAttribute ( )

LoggerAttribute() public method

public LoggerAttribute ( LoggerTypes loggerType )
loggerType LoggerTypes

OnActionExecuted() public method

public OnActionExecuted ( ActionExecutedContext, filterContext ) : void
filterContext ActionExecutedContext,
return void