Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Airship
Engine
Contract
LedgerStorageInterface
PHP Interface Airship\Engine\Contract\LedgerStorageInterface
Describes the interface Ledger uses to store log messages.
ファイルを表示
Open project: paragonie/airship
Public Methods
Method
Description
store
(
string
$level
,
string
$message
,
string
$context
) :
mixed
Store information inside of a ledger
Method Details
store()
public
method
Store information inside of a ledger
public
store
(
string
$level
,
string
$message
,
string
$context
) :
mixed
$level
string
$message
string
$context
string
(JSON encoded)
return
mixed