Searched defs:ConsoleHandler (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DConsoleHandler.java27 * <li>java.util.logging.ConsoleHandler.level specifies the logging level,
30 * <li>java.util.logging.ConsoleHandler.filter specifies the name of the filter
33 * <li>java.util.logging.ConsoleHandler.formatter specifies the name of the
37 * <li>java.util.logging.ConsoleHandler.encoding specifies the encoding this
44 public class ConsoleHandler extends StreamHandler { class in inherits:StreamHandler
47 * Constructs a {@code ConsoleHandler} object.
49 public ConsoleHandler() { method in class:ConsoleHandler

Completed in 64 milliseconds