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

Output() 보호된 추상적인 메소드

Implement this method in the subclass to write actual log text to the destination.
protected abstract Output ( string logText ) : void
logText string Text representing the log collection of the intercepted call.
리턴 void
        protected abstract void Output(string logText);