Aspectacular.SlowFullMethodSignatureAspect.Step_2_BeforeTryingMethodExec C# (CSharp) Method

Step_2_BeforeTryingMethodExec() public method

public Step_2_BeforeTryingMethodExec ( ) : void
return void
        public override void Step_2_BeforeTryingMethodExec()
        {
            string methodSign = this.Proxy.InterceptedCallMetaData.GetMethodSignature(ParamValueOutputOptions.SlowInternalValue);
            this.LogInformationWithKey("Method signature with parameters", methodSign);
        }
SlowFullMethodSignatureAspect