Aspectacular.LogOutputAspectBase.Output C# (CSharp) Method

Output() protected abstract method

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.
return void
        protected abstract void Output(string logText);