| Package | Description |
|---|---|
| weka.core.logging |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.