C# Класс Google.Api.Ads.Common.Lib.DefaultTraceWriter

Default trace writer, that write trace to a file on disk.
Наследование: TraceWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DefaultTraceWriter() публичный Метод

Overloaded constructor.
public DefaultTraceWriter ( AppConfig config ) : System
config AppConfig The application configuration class for configuring /// this instance.
Результат System

Write() публичный Метод

Write the SOAP and HTTP trace logs.
public Write ( string soapLog, string requestLog ) : void
soapLog string The SOAP log.
requestLog string The HTTP request log.
Результат void