C# 클래스 Aspectacular.AspNetTraceAspect

Outputs AOP call log records to ASP.NET Trace context.
상속: LogOutputAspectBase
파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 메소드들

메소드 설명
AspNetTraceAspect ( ) : System.Web
AspNetTraceAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Web
AspNetTraceAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Web

보호된 메소드들

메소드 설명
Output ( string output ) : void

메소드 상세

AspNetTraceAspect() 공개 메소드

public AspNetTraceAspect ( ) : System.Web
리턴 System.Web

AspNetTraceAspect() 공개 메소드

public AspNetTraceAspect ( EntryType typeOfEntriesToOutput, bool writeAllEntriesIfKeyFound ) : System.Web
typeOfEntriesToOutput EntryType
writeAllEntriesIfKeyFound bool
리턴 System.Web

AspNetTraceAspect() 공개 메소드

public AspNetTraceAspect ( EntryType typeOfEntriesToOutput, string optionalKey = null, bool writeAllEntriesIfKeyFound = false ) : System.Web
typeOfEntriesToOutput EntryType
optionalKey string
writeAllEntriesIfKeyFound bool
리턴 System.Web

Output() 보호된 메소드

protected Output ( string output ) : void
output string
리턴 void