Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package Google.Api.Ads.Common.Logging

Classes

class  AdsFeatureUsageRegistry
 A utility class for tracking the usage of various features in the client library. More...
 
class  DefaultBodyFormatter
 Default instance of TraceFormatter. This class doesn't do any formatting transformation. More...
 
class  DefaultTraceWriter
 Default instance of TraceWriter, which just delegates to TraceUtilities. More...
 
interface  ITraceWriter
 Interface for SOAP trace log writers. More...
 
class  JsonBodyFormatter
 Formats a JSON trace message by masking out sensitive fields. More...
 
class  KeyValueMessageFormatter
 Formats a Key-value collection message by masking out sensitive fields. More...
 
class  LogEntry
 Helper class for logging. More...
 
class  RequestInfo
 Stores the details of an HTTP request being logged. More...
 
class  ResponseInfo
 Stores the details of an HTTP response being logged. More...
 
interface  SoapListener
 Listens to SOAP messages sent and received by this library. More...
 
class  SoapListenerInspector
 Define a SOAP Extension that traces the SOAP request and SOAP response for the XML Web service method the SOAP extension is applied to. More...
 
class  SoapTraceFormatter
 Formats a SOAP message. More...
 
class  TraceFormatter
 Formats a Trace message. More...
 
class  TraceListener
 Listens to SOAP messages sent and received by this library. More...
 
class  UrlEncodedBodyFormatter
 Formats a URL encoded HTTP trace message by masking out sensitive fields. More...