function __construct()
 {
     parent::__construct(false, '', false, false);
 }
 function __construct($proxy)
 {
     parent::__construct(true, 'stdout');
     $proxy->attachLogger($this);
     $proxy->setLoggingOptions(array('LOG_TIMEPOINTS' => true, 'LOG_API_USAGE' => true));
 }