C# Class Aspectacular.DebugOutputAspect

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Output ( string output ) : void

Method Details

DebugOutputAspect() public méthode

public DebugOutputAspect ( ) : System.Diagnostics
Résultat System.Diagnostics

DebugOutputAspect() public méthode

public DebugOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
typeOfEntriesToOutput EntryType
writeAllEntriesIfKeyFound bool
Résultat System.Diagnostics

DebugOutputAspect() public méthode

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

Output() protected méthode

protected Output ( string output ) : void
output string
Résultat void