Imdb\Logger::notice PHP Method

notice() public method

Normal but significant events.
public notice ( string $message, array $context = [] )
$message string
$context array
    public function notice($message, array $context = array())
    {
        $this->log('debug', $message, $context);
    }