PHP 클래스 ManaPHP\Logger\Adapter\Db

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_log ManaPHP\Logger\Adapter\Db\Model
$_model string
$_nested boolean

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Db constructor.
public __construct ( string | array $options = [] )
$options string | array

log() 공개 메소드

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

프로퍼티 상세

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

protected Model,ManaPHP\Logger\Adapter\Db $_log
리턴 ManaPHP\Logger\Adapter\Db\Model

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

protected string $_model
리턴 string

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

protected bool $_nested
리턴 boolean