C# Class Baseball.LogAttribute

Inheritance: Simpler.EventsAttribute
Show file Open project: gregoryjscott/Simpler

Public Properties

Property Type Description
Enabled bool

Public Methods

Method Description
AfterExecute ( Task task ) : void
BeforeExecute ( Task task ) : void
OnError ( Task task, Exception exception ) : void

Method Details

AfterExecute() public method

public AfterExecute ( Task task ) : void
task Task
return void

BeforeExecute() public method

public BeforeExecute ( Task task ) : void
task Task
return void

OnError() public method

public OnError ( Task task, Exception exception ) : void
task Task
exception System.Exception
return void

Property Details

Enabled public static property

public static bool Enabled
return bool