private static function shouldLog(string $level) : bool { return Logging::level($level) >= Logging::logLevel(); }