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-dev Show documentation
Show all versions of weka-dev Show documentation
The Waikato Environment for Knowledge Analysis (WEKA), a machine
learning workbench. This version represents the developer version, the
"bleeding edge" of development, you could say. New functionality gets added
to this version.
# Defines the logging used in Weka
#
# Author: FracPete (fracpete at waikato dot ac dot nz)
# Version: $Revision: 11644 $
# the logging class to use
weka.core.logging.Logger=weka.core.logging.OutputLogger
#weka.core.logging.Logger=weka.core.logging.ConsoleLogger
#weka.core.logging.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
weka.core.logging.MinLevel=INFO
# the date format
weka.core.logging.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
# %w - WEKA_HOME
# %% - gets replaced by a single percentage sign
weka.core.logging.LogFile=%w/weka.log
© 2015 - 2024 Weber Informatics LLC | Privacy Policy