Baseball.LogAttribute.BeforeExecute C# (CSharp) Method

BeforeExecute() public method

public BeforeExecute ( Task task ) : void
task Task
return void
        public override void BeforeExecute(Task task)
        {
            if (Enabled) Console.WriteLine("{0} started.", task.Name);
        }