C# Class Aspectacular.TraceOutputAspect

Writes log to the Trace output at the end of the lifecycle of the call.
Inheritance: LogOutputAspectBase
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
TraceOutputAspect ( ) : System.Diagnostics
TraceOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
TraceOutputAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Diagnostics

Protected Methods

Method Description
Output ( string output ) : void

Method Details

Output() protected method

protected Output ( string output ) : void
output string
return void

TraceOutputAspect() public method

public TraceOutputAspect ( ) : System.Diagnostics
return System.Diagnostics

TraceOutputAspect() public method

public TraceOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
typeOfEntriesToOutput EntryType
writeAllEntriesIfKeyFound bool
return System.Diagnostics

TraceOutputAspect() public method

public TraceOutputAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Diagnostics
typeOfEntriesToOutput EntryType
optionalKey string
writeAllEntriesIfKeyFound bool
return System.Diagnostics