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

/libcore/ojluni/src/main/java/java/util/logging/
H A DSimpleFormatter.java41 * The {@code SimpleFormatter} is initialized with the
43 * specified in the {@code java.util.logging.SimpleFormatter.format}
59 public class SimpleFormatter extends Formatter { class in inherits:Formatter
71 * {@code java.util.logging.SimpleFormatter.format}</a> property.
80 * {@code java.util.logging.SimpleFormatter.format} property
103 * <li> {@code java.util.logging.SimpleFormatter.format="%4$s: %5$s [%1$tc]%n"}
110 * <li> {@code java.util.logging.SimpleFormatter.format="%1$tc %2$s%n%4$s: %5$s%6$s%n"}
124 * <li> {@code java.util.logging.SimpleFormatter.format="%1$tb %1$td, %1$tY %1$tl:%1$tM:%1$tS %1$Tp %2$s%n%4$s: %5$s%n"}

Completed in 32 milliseconds