Jyxo\FirePhp::info PHP Method

info() public static method

Sends an information message.
public static info ( string $message, string $label = '' ) : boolean
$message string Message text
$label string Message label
return boolean
    public static function info(string $message, string $label = '') : bool
    {
        return self::log($message, $label, self::INFO);
    }