Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
9 lines
333 B
Properties
9 lines
333 B
Properties
handlers= java.util.logging.ConsoleHandler
|
|
.level= INFO
|
|
|
|
# Limit the message that are printed on the console to INFO and above.
|
|
java.util.logging.ConsoleHandler.level = ALL
|
|
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
|
|
|
|
com.example.level = ALL
|
|
com.example.handlers = java.util.logging.ConsoleHandler
|