메소드 | 설명 | |
---|---|---|
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 Warn ( string category, string message ) : void | ||
category | string | The category. |
message | string | The message. |
리턴 | void |
public Warn ( string category, string message, |
||
category | string | The category. |
message | string | The message. |
errorInfo | The error info. | |
리턴 | void |
public Write ( string category, string message ) : void | ||
category | string | The category. |
message | string | The message. |
리턴 | void |
public Write ( string category, string message, |
||
category | string | The category. |
message | string | The message. |
errorInfo | The error info. | |
리턴 | void |