source: branches/MetisMQI/src/main/java/weka/core/logging/Logging.props

Last change on this file was 29, checked in by gnappo, 15 years ago

Taggata versione per la demo e aggiunto branch.

File size: 778 bytes
Line 
1# Defines the logging used in Weka
2#
3# Author: FracPete (fracpete at waikato dot ac dot nz)
4# Version: $Revision: 4716 $
5
6# the logging class to use
7Logger=weka.core.logging.OutputLogger
8#Logger=weka.core.logging.ConsoleLogger
9#Logger=weka.core.logging.FileLogger
10
11# the logging level that log message must have at least in order to appear in
12# the log. Possible values:
13#   ALL
14#   FINEST
15#   FINER
16#   FINE
17#   INFO
18#   WARNING
19#   SEVERE
20#   OFF
21MinLevel=INFO
22
23# the date format
24DateFormat=yyyy-MM-dd HH:mm:ss
25
26# the output file for the weka.core.logging.FileLogger
27# the following placeholders are recognized
28#   %t - the temp directory
29#   %h - the user's home directory
30#   %c - the current directory
31#   %% - gets replaced by a single percentage sign
32LogFile=%h/weka.log
Note: See TracBrowser for help on using the repository browser.