C# 클래스 Google.Api.Ads.Common.Lib.DefaultTraceWriter

Default trace writer, that write trace to a file on disk.
상속: TraceWriter
파일 보기 프로젝트 열기: Zocdoc/googleads-adwords-dotnet-lib

공개 메소드들

메소드 설명
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