Google::Ads::AdWords::Logging |
Google::Ads::AdWords::Logging
The class the Google::Ads::AdWords::Logging manpage allows logging of outgoing and incoming SOAP XML messages as API calls are executed. It initializes loggers based on a provided log4perl.conf file or if the file is not found then based on default parameters. It contains method to retrieve the message loggers.
Stops all logging.
Disables all logging for program errors and messages.
Disables all logging for soap traffic, request and responses.
Enables all logging.
A boolean if true will also include the logging of low level DEBUG messages.
Enables all logging for program errors and messages.
A boolean if true will also include the logging of low level DEBUG messages.
Enables all logging for soap traffic, request and responses.
A boolean if true will also include the logging of low level DEBUG messages.
Retrieves the program errors/messages logger.
A log4perl logger for program errors/messages logger.
Retrieves the soap request/response logger.
A log4perl logger for logging soap traffic.
Copyright 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
David Torres <api.davidtorres at gmail.com>
$Rev: $ $LastChangedBy: $ $Id: $
Google::Ads::AdWords::Logging |