Uses of Class
weka.core.logging.Logger.Level

Packages that use Logger.Level
weka.core.logging   
 

Uses of Logger.Level in weka.core.logging
 

Methods in weka.core.logging that return Logger.Level
 Logger.Level Logger.getMinLevel()
          Returns the minimum level log messages must have in order to appear in the log.
static Logger.Level Logger.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Logger.Level[] Logger.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in weka.core.logging with parameters of type Logger.Level
static 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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.