PHP 클래스 Airship\Engine\Continuum\Log

파일 보기 프로젝트 열기: paragonie/airship 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$component string

공개 메소드들

메소드 설명
__construct ( Database $db = null, string $component = 'continuum' ) ContinuumLog constructor.
store ( string $level, string $message, array $context = [] ) : mixed Store information inside of the Continuum Log

메소드 상세

__construct() 공개 메소드

ContinuumLog constructor.
public __construct ( Database $db = null, string $component = 'continuum' )
$db Airship\Engine\Database
$component string

store() 공개 메소드

Store information inside of the Continuum Log
public store ( string $level, string $message, array $context = [] ) : mixed
$level string
$message string
$context array
리턴 mixed

프로퍼티 상세

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

protected string $component
리턴 string