Package | Description |
---|---|
weka.core.logging |
Modifier and Type | Field and Description |
---|---|
protected Logger.Level |
Logger.m_MinLevel
the minimum level of log events to have in order to end up in the log.
|
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 |
---|---|
protected void |
FileLogger.doLog(Logger.Level level,
String msg,
String cls,
String method,
int lineno)
Performs the actual logging.
|
protected abstract void |
Logger.doLog(Logger.Level level,
String msg,
String cls,
String method,
int lineno)
Performs the actual logging.
|
protected void |
ConsoleLogger.doLog(Logger.Level level,
String msg,
String cls,
String method,
int lineno)
Performs the actual logging.
|
protected void |
OutputLogger.doLog(Logger.Level level,
String msg,
String cls,
String method,
int lineno)
Performs the actual logging.
|
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 © 2015 University of Waikato, Hamilton, NZ. All rights reserved.