PHP Class PAGI\Logger\Asterisk\Impl\MockedAsteriskLoggerImpl

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: implements PAGI\Logger\Asterisk\IAsteriskLogger
Exibir arquivo Open project: marcelog/pagi

Public Methods

Method Description
__construct ( Psr\Log\LoggerInterface $logger ) : void Constructor.
debug ( $msg ) (non-PHPdoc)
dtmf ( $msg ) (non-PHPdoc)
error ( $msg ) (non-PHPdoc)
notice ( $msg ) (non-PHPdoc)
verbose ( $msg ) (non-PHPdoc)
warn ( $msg ) (non-PHPdoc)

Method Details

__construct() public method

Constructor.
public __construct ( Psr\Log\LoggerInterface $logger ) : void
$logger Psr\Log\LoggerInterface
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 )

notice() public method

(non-PHPdoc)
public notice ( $msg )

verbose() public method

(non-PHPdoc)
public verbose ( $msg )

warn() public method

(non-PHPdoc)
public warn ( $msg )