require_once 'Google/Api/Ads/Common/Util/Logger.php';
/**
* A logger class which registers appenders (any writable handle location
* which can be fopen'ed) with a unique name for that log. The library will
* write all incoming/outgoing SOAP XML to <var>SOAP_XML_LOG</var> and
* all records of requests to <var>REQUEST_INFO_LOG</var>.
*
* Currently, levels are only used as indicators (there is no filtering
* mechanism as of yet).
*
* A list of supported appenders (file handles) can be found here:
* {@link http://us2.php.net/manual/en/wrappers.php}
*
* @package GoogleApiAdsCommon
* @subpackage Util
*/
class Logger {