Method | Description | |
---|---|---|
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, |
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, |
Logs the specified message on the ASP.Net trace
|
public TraceAdapter ( System.Web.TraceContext traceContext ) : System | ||
traceContext | System.Web.TraceContext | The trace context. |
return | System |
public Warn ( String category, String message ) : void | ||
category | String | The category. |
message | String | The message. |
return | void |
public Warn ( String category, String message, |
||
category | String | The category. |
message | String | The message. |
errorInfo | The error info. | |
return | void |
public Write ( String message ) : void | ||
message | String | The message. |
return | void |
public Write ( String category, String message ) : void | ||
category | String | The category. |
message | String | The message. |
return | void |
public Write ( String category, String message, |
||
category | String | The category. |
message | String | The message. |
errorInfo | The error info. | |
return | void |