Interface for SOAP trace log writers.
More...
Interface for SOAP trace log writers.
| void Google.Api.Ads.Common.Logging.ITraceWriter.WriteDetailedRequestLogs |
( |
string |
message, |
|
|
bool |
isFailure |
|
) |
| |
Writes detailed logs.
- Parameters
-
| message | The log content to write |
| isFailure | If the log is for a failed request. |
| void Google.Api.Ads.Common.Logging.ITraceWriter.WriteSummaryRequestLogs |
( |
string |
message, |
|
|
bool |
isFailure |
|
) |
| |
Writes summary logs.
- Parameters
-
| message | The log content to write |
| isFailure | If the log is for a failed request. |
The documentation for this interface was generated from the following file: