is Loggable
Returns whether the given level is enabled for this logger. Users wishing to guard code with a check for "loggability" should use logger.atLevel().isEnabled() instead.
Returns whether the given level is enabled for this logger. Users wishing to guard code with a check for "loggability" should use logger.atLevel().isEnabled() instead.