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);