Aspectacular.LogOutputAspectBase.Output C# (CSharp) Méthode

Output() protected abstract méthode

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