Update of /cvsroot/pyxida/Util-PRP/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17572/config
Added Files:
log.config
Log Message:
Initial checkin
--- NEW FILE: log.config ---
############################################################
# Default Logging Configuration File
#
# You can use a different file by specifying a filename
# with the java.util.logging.config.file system property.
# For example java -Djava.util.logging.config.file=myfile
############################################################
# "handlers" specifies a comma separated list of log Handler
# classes. These handlers will be installed during VM startup.
handlers= java.util.logging.ConsoleHandler
# Default global logging level.
.level= FINEST
############################################################
# Handler specific properties.
############################################################
# Limit the messages that are printed on the console:
java.util.logging.ConsoleHandler.level = FINEST
# use this format instead of the default java.util.logging.SimpleFormatter
java.util.logging.ConsoleHandler.formatter = edu.harvard.syrah.prp.LogFormatter
############################################################
# Provides extra control for each logger.
############################################################
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
#com.xyz.foo.level = SEVERE
#sun.rmi.level = CONFIG
edu.harvard.syrah = FINEST
|