Jyxo\FirePhp::warning PHP Method

warning() public static method

Sends a warning.
public static warning ( string $message, string $label = '' ) : boolean
$message string Message text
$label string Message label
return boolean
    public static function warning(string $message, string $label = '') : bool
    {
        return self::log($message, $label, self::WARNING);
    }