e04e052889
Changed the Logger catalog cache to use WeakReference<ResourceBundle> Reviewed-by: lancea, mchung, naoto
10 lines
333 B
Properties
10 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
|