PHP 클래스 PhpMigration\Logger

상속: extends Psr\Log\AbstractLogger
파일 보기 프로젝트 열기: monque/php-migration

보호된 프로퍼티들

프로퍼티 타입 설명
$levels
$stderr

공개 메소드들

메소드 설명
log ( $level, $message, array $context = [] )

보호된 메소드들

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

메소드 상세

interpolate() 보호된 메소드

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

log() 공개 메소드

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

프로퍼티 상세

$levels 보호되어 있는 정적으로 프로퍼티

protected static $levels

$stderr 보호되어 있는 프로퍼티

protected $stderr