isLoggable method

*<Null safety>*

bool isLoggable (Level value)

Implementation

bool isLoggable(Level value) => (value >= level);