< prev index next >

test/jdk/java/util/logging/LogManager/Configuration/rootLoggerHandlers/logging.properties

Print this page

        

*** 5,18 **** --- 5,20 ---- # "handlers" specifies a comma separated list of log Handler # classes. These handlers will be installed during VM startup. #handlers= java.util.logging.ConsoleHandler handlers= custom.Handler .handlers= custom.DotHandler + global.handlers= custom.GlobalHandler # Default global logging level. .level= INFO # Other configuration custom.Handler.level=ALL custom.DotHandler.level=ALL + custom.GlobalHandler.level=ALL java.util.logging.SimpleFormatter.format=%4$s [%1$tc]: %2$s: %5$s%n
< prev index next >