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

/libcore/ojluni/src/main/java/java/util/logging/
H A DFormatter.java30 * A Formatter provides support for formatting LogRecords.
32 * Typically each logging Handler will have a Formatter associated
33 * with it. The Formatter takes a LogRecord and converts it to
43 public abstract class Formatter { class
48 protected Formatter() { method in class:Formatter
56 * It is recommended to use the {@link Formatter#formatMessage}
94 * method is provided as a convenience for Formatter subclasses to
/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java90 * Formatter formatter = new Formatter(sb, Locale.US);
432 * instance of the Java virtual machine. The Formatter's locale will
681 * methods of {@code Formatter} as well as by any {@code format} convenience
1604 * instance of the Java virtual machine. The Formatter's locale will
1854 public final class Formatter implements Closeable, Flushable { class in inherits:Closeable,Flushable
1892 private Formatter(Locale l, Appendable a) { method in class:Formatter
1898 private Formatter(Charset charset, Locale l, File file) method in class:Formatter
1916 public Formatter() { method in class:Formatter
1932 public Formatter(Appendabl method in class:Formatter
1949 public Formatter(Locale l) { method in class:Formatter
1965 public Formatter(Appendable a, Locale l) { method in class:Formatter
1998 public Formatter(String fileName) throws FileNotFoundException { method in class:Formatter
2035 public Formatter(String fileName, String csn) method in class:Formatter
2074 public Formatter(String fileName, String csn, Locale l) method in class:Formatter
2109 public Formatter(File file) throws FileNotFoundException { method in class:Formatter
2146 public Formatter(File file, String csn) method in class:Formatter
2185 public Formatter(File file, String csn, Locale l) method in class:Formatter
2206 public Formatter(PrintStream ps) { method in class:Formatter
2227 public Formatter(OutputStream os) { method in class:Formatter
2252 public Formatter(OutputStream os, String csn) method in class:Formatter
2278 public Formatter(OutputStream os, String csn, Locale l) method in class:Formatter
[all...]

Completed in 8 milliseconds