C# 클래스 Castle.MonoRail.Framework.Adapters.TraceAdapter

Delegates to ASP.Net TraceContext.
상속: ITrace
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
TraceAdapter ( System.Web.TraceContext traceContext ) : System

Initializes a new instance of the TraceAdapter class.

Warn ( String message ) : void

Logs the specified message on the ASP.Net trace

Warn ( String category, String message ) : void

Logs the specified message on the ASP.Net trace

Warn ( String category, String message, Exception errorInfo ) : void

Logs the specified message on the ASP.Net trace

Write ( String message ) : void

Logs the specified message on the ASP.Net trace

Write ( String category, String message ) : void

Logs the specified message on the ASP.Net trace

Write ( String category, String message, Exception errorInfo ) : void

Logs the specified message on the ASP.Net trace

메소드 상세

TraceAdapter() 공개 메소드

Initializes a new instance of the TraceAdapter class.
public TraceAdapter ( System.Web.TraceContext traceContext ) : System
traceContext System.Web.TraceContext The trace context.
리턴 System

Warn() 공개 메소드

Logs the specified message on the ASP.Net trace
public Warn ( String message ) : void
message String The message.
리턴 void

Warn() 공개 메소드

Logs the specified message on the ASP.Net trace
public Warn ( String category, String message ) : void
category String The category.
message String The message.
리턴 void

Warn() 공개 메소드

Logs the specified message on the ASP.Net trace
public Warn ( String category, String message, Exception errorInfo ) : void
category String The category.
message String The message.
errorInfo System.Exception The error info.
리턴 void

Write() 공개 메소드

Logs the specified message on the ASP.Net trace
public Write ( String message ) : void
message String The message.
리턴 void

Write() 공개 메소드

Logs the specified message on the ASP.Net trace
public Write ( String category, String message ) : void
category String The category.
message String The message.
리턴 void

Write() 공개 메소드

Logs the specified message on the ASP.Net trace
public Write ( String category, String message, Exception errorInfo ) : void
category String The category.
message String The message.
errorInfo System.Exception The error info.
리턴 void