ConsoleLogger (original) (raw)
java.lang.Object
- weka.core.logging.Logger
- weka.core.logging.ConsoleLogger
All Implemented Interfaces:
RevisionHandler
Direct Known Subclasses:
FileLogger
public class ConsoleLogger
extends Logger
A simple logger that outputs the logging information in the console.
Version: Revision:4716Revision: 4716 Revision:4716
Author:
fracpete (fracpete at waikato dot ac dot nz)
Nested Class Summary
* ### Nested classes/interfaces inherited from class weka.core.logging.[Logger](../../../weka/core/logging/Logger.html "class in weka.core.logging") `[Logger.Level](../../../weka/core/logging/Logger.Level.html "enum in weka.core.logging")`
Field Summary
* ### Fields inherited from class weka.core.logging.[Logger](../../../weka/core/logging/Logger.html "class in weka.core.logging") `[PROPERTIES_FILE](../../../weka/core/logging/Logger.html#PROPERTIES%5FFILE)`
Constructor Summary
Constructors
Constructor and Description ConsoleLogger() Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type Method and Description java.lang.String getRevision() Returns the revision string. * ### Methods inherited from class weka.core.logging.[Logger](../../../weka/core/logging/Logger.html "class in weka.core.logging") `[getMinLevel](../../../weka/core/logging/Logger.html#getMinLevel--), [getSingleton](../../../weka/core/logging/Logger.html#getSingleton--), [log](../../../weka/core/logging/Logger.html#log-weka.core.logging.Logger.Level-java.lang.String-), [log](../../../weka/core/logging/Logger.html#log-weka.core.logging.Logger.Level-java.lang.Throwable-)` * ### Methods inherited from class java.lang.Object `equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`
Constructor Detail
* #### ConsoleLogger public ConsoleLogger()
Method Detail
* #### getRevision public java.lang.String getRevision() Returns the revision string. Returns: the revision