Imdb\Logger::warning PHP Method

warning() public method

Example: Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong.
public warning ( string $message, array $context = [] )
$message string
$context array
    public function warning($message, array $context = array())
    {
        $this->log('debug', $message, $context);
    }