Uses of Enum Class
weka.core.logging.Logger.Level
-
Uses of Logger.Level in weka.core.logging
Modifier and TypeMethodDescriptionLogger.getMinLevel()
Returns the minimum level log messages must have in order to appear in the log.static Logger.Level
Returns 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.Modifier and TypeMethodDescriptionstatic void
Logger.log
(Logger.Level level, String msg) Logs the given message under the given level.static void
Logger.log
(Logger.Level level, Throwable t) Logs the given message under the given level.