C# Class Aspectacular.TraceOutputAspect

Writes log to the Trace 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
TraceOutputAspect ( ) : System.Diagnostics
TraceOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
TraceOutputAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Diagnostics

Méthodes protégées

Méthode Description
Output ( string output ) : void

Method Details

Output() protected méthode

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

TraceOutputAspect() public méthode

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

TraceOutputAspect() public méthode

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

TraceOutputAspect() public méthode

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