Airship\Engine\Ledger::info PHP 메소드

info() 공개 메소드

Store a INFO message
public info ( string $message, array $context = [] ) : mixed
$message string
$context array
리턴 mixed
    public function info($message, array $context = [])
    {
        return $this->log(LogLevel::INFO, $message, $context);
    }