/[protege]/protege-core/trunk/junit-logging.properties
ViewVC logotype

Contents of /protege-core/trunk/junit-logging.properties

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1484 - (show annotations) (download) (as text)
Mon Apr 3 22:32:58 2006 UTC (7 years, 1 month ago) by tredmond
File MIME type: text/x-ini
File size: 1057 byte(s)
Junit logging properties.
1 #
2 # This is a logging properties file for the junit tests. In particular,
3 # there is no console logging...
4 #
5 # Configure the level of logging for various classes here.
6 # For example
7 #
8 # edu.stanford.smi.protege.model.framestore.level = FINEST
9 #
10 # will turn on all logging above the level FINEST for the framestore classes.
11 #
12
13
14
15 handlers=java.util.logging.FileHandler
16 java.util.logging.FileHandler.level=ALL
17 java.util.logging.FileHandler.pattern=%t/protege_%g.log
18 java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
19 java.util.logging.FileHandler.append="true"
20
21 protege.system.level=ALL
22
23 #edu.stanford.smi.protege.model.Project.level = FINEST
24 #edu.stanford.smi.protege.model.framestore.level=FINEST
25 #edu.stanford.smi.protege.model.framestore.MergingNarrowFrameStore.level=FINEST
26 #edu.stanford.smi.protege.storage.database.level=FINEST
27 #edu.stanford.smi.protege.storage.database.DatabaseFrameDb.level=FINE
28 #edu.stanford.smi.protege.storage.database.IncludingDatabaseAdapter.level=FINE
29 #edu.stanford.smi.protege.util.Log.level=FINEST

protege-admin@lists.stanford.edu
ViewVC Help
Powered by ViewVC 1.1.18