Uses of Class
weka.core.logging.Logger
Packages that use Logger
-
Uses of Logger in weka.core.logging
Subclasses of Logger in weka.core.loggingModifier and TypeClassDescriptionclass
A simple logger that outputs the logging information in the console.class
A simple file logger, that just logs to a single file.class
A logger that logs all output on stdout and stderr to a file.Methods in weka.core.logging that return LoggerModifier and TypeMethodDescriptionstatic Logger
Logger.getSingleton()
Returns the singleton instance of the logger.