C# Класс Aspectacular.DebugOutputAspect

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

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

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

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

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

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

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

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

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

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

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

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

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

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