Метод | Описание | |
---|---|---|
DefaultTraceWriter ( AppConfig config ) : System |
Overloaded constructor.
|
|
Write ( string soapLog, string requestLog ) : void |
Write the SOAP and HTTP trace logs.
|
Метод | Описание | |
---|---|---|
WriteToFile ( string fileName, string logText ) : void |
Writes a log string into a specified log file.
|
public DefaultTraceWriter ( AppConfig config ) : System | ||
config | AppConfig | The application configuration class for configuring /// this instance. |
Результат | System |
public Write ( string soapLog, string requestLog ) : void | ||
soapLog | string | The SOAP log. |
requestLog | string | The HTTP request log. |
Результат | void |