Airship\Engine\Contract\LedgerStorageInterface::store PHP Method

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
    public function store(string $level, string $message, string $context);
LedgerStorageInterface