weka.core.logging.Logging.props Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weka-stable Show documentation
Show all versions of weka-stable Show documentation
The Waikato Environment for Knowledge Analysis (WEKA), a machine
learning workbench. This is the stable version. Apart from bugfixes, this version
does not receive any other updates.
# Defines the logging used in Weka
#
# Author: FracPete (fracpete at waikato dot ac dot nz)
# Version: $Revision: 4716 $
# the logging class to use
Logger=weka.core.logging.OutputLogger
#Logger=weka.core.logging.ConsoleLogger
#Logger=weka.core.logging.FileLogger
# the logging level that log message must have at least in order to appear in
# the log. Possible values:
# ALL
# FINEST
# FINER
# FINE
# INFO
# WARNING
# SEVERE
# OFF
MinLevel=INFO
# the date format
DateFormat=yyyy-MM-dd HH:mm:ss
# the output file for the weka.core.logging.FileLogger
# the following placeholders are recognized
# %t - the temp directory
# %h - the user's home directory
# %c - the current directory
# %% - gets replaced by a single percentage sign
LogFile=%h/weka.log
© 2015 - 2025 Weber Informatics LLC | Privacy Policy