C# Class Aspectacular.DebugOutputAspect

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

Public Methods

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

Protected Methods

Method Description
Output ( string output ) : void

Method Details

DebugOutputAspect() public method

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

DebugOutputAspect() public method

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

DebugOutputAspect() public method

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

Output() protected method

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