jdk/test/java/util/logging/MemoryHandlerTest.props
author jlahoda
Wed, 12 Dec 2012 20:26:56 +0100
changeset 14803 88347e495d34
parent 14321 7f9f265ac11e
permissions -rw-r--r--
8004504: ListBuffer could reuse List.nil() as the sentinel element Summary: ListBuffer.last now points to the last elements with client data, or null if none. Reviewed-by: jjg, mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14321
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     1
.level= INFO
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     2
MemoryHandlerTest$CustomMemoryHandler.push=WARNING
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     3
MemoryHandlerTest$CustomMemoryHandlerNoTarget.push=WARNING
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     4
MemoryHandlerTest$CustomMemoryHandler.target=MemoryHandlerTest$CustomTargetHandler
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     5
handlers=java.util.logging.ConsoleHandler,MemoryHandlerTest$CustomMemoryHandler,MemoryHandlerTest$CustomMemoryHandlerNoTarget
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     6
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     7
java.util.logging.ConsoleHandler.level = INFO
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     8
java.util.logging.MemoryHandler.target=MemoryHandlerTest$SimpleTargetHandler
7f9f265ac11e 7159567: inconsistent configuration of MemoryHandler
jgish
parents:
diff changeset
     9
java.util.logging.MemoryHandler.push = INFO