C# 클래스 HttpInterfaces.TraceContextProxy

상속: ITraceContext
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
TraceContextProxy ( System.Web.TraceContext traceContext ) : System
Warn ( string message ) : void
Warn ( string category, string message ) : void
Warn ( string category, string message, Exception errorInfo ) : void
Write ( string message ) : void
Write ( string category, string message ) : void
Write ( string category, string message, Exception errorInfo ) : void

메소드 상세

TraceContextProxy() 공개 메소드

public TraceContextProxy ( System.Web.TraceContext traceContext ) : System
traceContext System.Web.TraceContext
리턴 System

Warn() 공개 메소드

public Warn ( string message ) : void
message string
리턴 void

Warn() 공개 메소드

public Warn ( string category, string message ) : void
category string
message string
리턴 void

Warn() 공개 메소드

public Warn ( string category, string message, Exception errorInfo ) : void
category string
message string
errorInfo System.Exception
리턴 void

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

Write() 공개 메소드

public Write ( string category, string message ) : void
category string
message string
리턴 void

Write() 공개 메소드

public Write ( string category, string message, Exception errorInfo ) : void
category string
message string
errorInfo System.Exception
리턴 void