|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.logging.Logger
public abstract class Logger
Abstract superclass for all loggers.
Nested Class Summary | |
---|---|
static class |
Logger.Level
The logging level. |
Field Summary | |
---|---|
static java.lang.String |
PROPERTIES_FILE
the properties file. |
Constructor Summary | |
---|---|
Logger()
Initializes the logger. |
Method Summary | |
---|---|
Logger.Level |
getMinLevel()
Returns the minimum level log messages must have in order to appear in the log. |
static Logger |
getSingleton()
Returns the singleton instance of the logger. |
static void |
log(Logger.Level level,
java.lang.String msg)
Logs the given message under the given level. |
static void |
log(Logger.Level level,
java.lang.Throwable t)
Logs the given message under the given level. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface weka.core.RevisionHandler |
---|
getRevision |
Field Detail |
---|
public static final java.lang.String PROPERTIES_FILE
Constructor Detail |
---|
public Logger()
Method Detail |
---|
public Logger.Level getMinLevel()
public static Logger getSingleton()
public static void log(Logger.Level level, java.lang.String msg)
level
- the level of the messagemsg
- the message to logpublic static void log(Logger.Level level, java.lang.Throwable t)
level
- the level of the messaget
- the throwable to log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |