Aspectacular.Test.TimetampsAspect.Step_2_BeforeTryingMethodExec C# (CSharp) Method

Step_2_BeforeTryingMethodExec() public method

public Step_2_BeforeTryingMethodExec ( ) : void
return void
        public override void Step_2_BeforeTryingMethodExec()
        {
            this.LogInformationData("Timestamp type", this.UseUtc ? "UTC time" : "Local time");
            this.LogInformationData("Timestamp for Step_2_BeforeTryingMethodExec", this.GetCurrent());
        }