C# Класс Aspectacular.TraceOutputAspect

Writes log to the Trace output at the end of the lifecycle of the call.
Наследование: LogOutputAspectBase
Показать файл Открыть проект

Открытые методы

Метод Описание
TraceOutputAspect ( ) : System.Diagnostics
TraceOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
TraceOutputAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Diagnostics

Защищенные методы

Метод Описание
Output ( string output ) : void

Описание методов

Output() защищенный Метод

protected Output ( string output ) : void
output string
Результат void

TraceOutputAspect() публичный Метод

public TraceOutputAspect ( ) : System.Diagnostics
Результат System.Diagnostics

TraceOutputAspect() публичный Метод

public TraceOutputAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Diagnostics
typeOfEntriesToOutput EntryType
writeAllEntriesIfKeyFound bool
Результат System.Diagnostics

TraceOutputAspect() публичный Метод

public TraceOutputAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Diagnostics
typeOfEntriesToOutput EntryType
optionalKey string
writeAllEntriesIfKeyFound bool
Результат System.Diagnostics