PHP Class PAGI\Logger\Asterisk\Impl\AsteriskLoggerImpl

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: implements PAGI\Logger\Asterisk\IAsteriskLogger
Show file Open project: marcelog/pagi Class Usage Examples

Public Methods

Method Description
debug ( $msg ) (non-PHPdoc)
dtmf ( $msg ) (non-PHPdoc)
error ( $msg ) (non-PHPdoc)
getLogger ( PAGI\Client\IClient $agi ) : void Obtains an instance for this facade.
notice ( $msg ) (non-PHPdoc)
verbose ( $msg ) (non-PHPdoc)
warn ( $msg ) (non-PHPdoc)

Protected Methods

Method Description
__construct ( PAGI\Client\IClient $agi ) : void Constructor.

Method Details

__construct() protected method

Constructor.
protected __construct ( PAGI\Client\IClient $agi ) : void
$agi PAGI\Client\IClient AGI client.
return void

debug() public method

(non-PHPdoc)
public debug ( $msg )

dtmf() public method

(non-PHPdoc)
public dtmf ( $msg )

error() public method

(non-PHPdoc)
public error ( $msg )

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

notice() public method

(non-PHPdoc)
public notice ( $msg )

verbose() public method

(non-PHPdoc)
public verbose ( $msg )

warn() public method

(non-PHPdoc)
public warn ( $msg )