PHP 인터페이스 Airship\Engine\Contract\LedgerStorageInterface

Describes the interface Ledger uses to store log messages.
파일 보기 프로젝트 열기: paragonie/airship

공개 메소드들

메소드 설명
store ( string $level, string $message, string $context ) : mixed Store information inside of a ledger

메소드 상세

store() 공개 메소드

Store information inside of a ledger
public store ( string $level, string $message, string $context ) : mixed
$level string
$message string
$context string (JSON encoded)
리턴 mixed