PHP 클래스 Plum\Plum\Converter\LogConverter

저자: Florian Eckerstorfer ([email protected])
상속: implements Plum\Plum\Converter\ConverterInterface
파일 보기 프로젝트 열기: plumphp/plum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$level string
$logger Psr\Log\LoggerInterface
$message string

공개 메소드들

메소드 설명
__construct ( Psr\Log\LoggerInterface $logger, string $level = 'debug', string | null $message = null )
convert ( mixed $item ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( Psr\Log\LoggerInterface $logger, string $level = 'debug', string | null $message = null )
$logger Psr\Log\LoggerInterface
$level string
$message string | null

convert() 공개 메소드

public convert ( mixed $item ) : mixed
$item mixed
리턴 mixed

프로퍼티 상세

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

protected string $level
리턴 string

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

protected LoggerInterface,Psr\Log $logger
리턴 Psr\Log\LoggerInterface

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

protected string $message
리턴 string