getLogger() public static method

Obtains an instance for this facade.
public static getLogger ( PAGI\Client\IClient $agi ) : void
$agi PAGI\Client\IClient Client AGI to use.
return void
Example #1
0
 /**
  * (non-PHPdoc)
  * @see PAGI\Client.IClient::getAsteriskLogger()
  */
 public function getAsteriskLogger()
 {
     return AsteriskLoggerImpl::getLogger($this);
 }