All Downloads are FREE. Search and download functionalities are using the official Maven repository.

weka.core.logging.Logging.props Maven / Gradle / Ivy

Go to download

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 breaking updates.

There is a newer version: 3.8.6
Show newest 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