2
0
Fork 0

[svn r229] init add vasc

This commit is contained in:
willemc 2007-03-22 01:01:07 +01:00
parent 5684546942
commit d62b09bd3b
39 changed files with 1804 additions and 0 deletions

View file

@ -0,0 +1,20 @@
#
#
# Specify the handlers to create in the root logger
# (all loggers are children of the root logger)
# The following creates two handlers
handlers = java.util.logging.ConsoleHandler
# Set the default logging level for new ConsoleHandler instances
java.util.logging.ConsoleHandler.level = ALL
# Set the default logging level for the root logger
.level = ALL
com.idcanet.x4o = ALL
# Java 6 has internal logging on many builtin libs
sun.level=OFF
java.level=OFF
javax.level=OFF