PHP Interface Airship\Engine\Contract\LedgerStorageInterface

Describes the interface Ledger uses to store log messages.
Show file 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