Check whether a logLevel is currently enabled
logLevel
bool isEnabled(LogLevel logLevel) { return logLevel.shouldLog(level); }