Aspectacular.DebugOutputAspect.Output C# (CSharp) 메소드

Output() 보호된 메소드

protected Output ( string output ) : void
output string
리턴 void
        protected override void Output(string output)
        {
            Debug.WriteLine(output);
        }