PHP 클래스 ManaPHP\Logger\Adapter\File

상속: extends ManaPHP\Component, implements ManaPHP\Logger\AdapterInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_file string
$_firstLog boolean
$_format string

공개 메소드들

메소드 설명
__construct ( string | array | File $options = [] ) \ManaPHP\Logger\Adapter\File constructor.
log ( string $level, string $message, array $context = [] ) : void

메소드 상세

__construct() 공개 메소드

\ManaPHP\Logger\Adapter\File constructor.
public __construct ( string | array | File $options = [] )
$options string | array | ConfManaPHP\Logger\Adapter\File

log() 공개 메소드

public log ( string $level, string $message, array $context = [] ) : void
$level string
$message string
$context array
리턴 void

프로퍼티 상세

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

protected string $_file
리턴 string

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

protected bool $_firstLog
리턴 boolean

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

protected string $_format
리턴 string