URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libjava/] [java/] [util/] [logging/] [logging.properties] - Rev 14
Compare with Previous | Blame | View Log
# Default logging properties.
# See javadoc in java.util.logging.LogManager to information on
# overriding these settings. Most of the defaults are compiled in, so
# this file is fairly minimal.
# Send log records to System.err, default to INFO per documentation.
handlers = java.util.logging.ConsoleHandler
.level = INFO