Jyxo\FirePhp::error PHP Méthode

error() public static méthode

Sends an error.
public static error ( string $message, string $label = '' ) : boolean
$message string Message text
$label string Message label
Résultat boolean
    public static function error(string $message, string $label = '') : bool
    {
        return self::log($message, $label, self::ERROR);
    }