Uses of Enum Class
weka.core.logging.Logger.Level
Packages that use Logger.Level
-
Uses of Logger.Level in weka.core.logging
Methods in weka.core.logging that return Logger.LevelModifier and TypeMethodDescriptionLogger.getMinLevel()Returns the minimum level log messages must have in order to appear in the log.static Logger.LevelReturns the enum constant of this class with the specified name.static Logger.Level[]Logger.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.logging with parameters of type Logger.LevelModifier and TypeMethodDescriptionstatic voidLogger.log(Logger.Level level, String msg) Logs the given message under the given level.static voidLogger.log(Logger.Level level, Throwable t) Logs the given message under the given level.