PHP Class PhpMigration\Logger

Inheritance: extends Psr\Log\AbstractLogger
Afficher le fichier Open project: monque/php-migration

Protected Properties

Свойство Type Description
$levels
$stderr

Méthodes publiques

Méthode Description
log ( $level, $message, array $context = [] )

Méthodes protégées

Méthode Description
interpolate ( $message, array $context = [] ) Example implementation in http://www.php-fig.org/psr/psr-3/

Method Details

interpolate() protected méthode

Example implementation in http://www.php-fig.org/psr/psr-3/
protected interpolate ( $message, array $context = [] )
$context array

log() public méthode

public log ( $level, $message, array $context = [] )
$context array

Property Details

$levels protected_oe static_oe property

protected static $levels

$stderr protected_oe property

protected $stderr