C# 클래스 Aspectacular.DebugOutputAspect

Writes log to the Debug output at the end of the lifecycle of the call.
상속: LogOutputAspectBase
파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 메소드들

메소드 설명
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