[svn r229] init add vasc
This commit is contained in:
parent
5684546942
commit
d62b09bd3b
39 changed files with 1804 additions and 0 deletions
20
tests/META-INF/logging.properties
Normal file
20
tests/META-INF/logging.properties
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue