C# Class HttpInterfaces.TraceContextProxy

Inheritance: ITraceContext
显示文件 Open project: JonKruger/HttpInterfaces

Public Methods

Method Description
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

Method Details

TraceContextProxy() public method

public TraceContextProxy ( System.Web.TraceContext traceContext ) : System
traceContext System.Web.TraceContext
return System

Warn() public method

public Warn ( string message ) : void
message string
return void

Warn() public method

public Warn ( string category, string message ) : void
category string
message string
return void

Warn() public method

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

Write() public method

public Write ( string message ) : void
message string
return void

Write() public method

public Write ( string category, string message ) : void
category string
message string
return void

Write() public method

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