PHP Trait Airship\Engine\Bolt\Log

Adds a common log() method.
Show file Open project: paragonie/airship

Public Methods

Method Description
log ( string $message, string $level = LogLevel::ERROR, array $context = [] ) : mixed Log a message with a specific error level

Method Details

log() public method

Log a message with a specific error level
public log ( string $message, string $level = LogLevel::ERROR, array $context = [] ) : mixed
$message string
$level string
$context array
return mixed