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

/libcore/luni/src/main/java/libcore/net/url/
H A DFileHandler.java30 public class FileHandler extends URLStreamHandler { class in inherits:URLStreamHandler
/libcore/luni/src/main/java/java/util/logging/
H A DFileHandler.java32 * A {@code FileHandler} writes logging records into a specified file or a
44 * {@code XMLFormatter} is the default formatter for {@code FileHandler}.
46 * {@code FileHandler} reads the following {@code LogManager} properties for
50 * <li>java.util.logging.FileHandler.append specifies whether this
51 * {@code FileHandler} should append onto existing files, defaults to
53 * <li>java.util.logging.FileHandler.count specifies how many output files to
55 * <li>java.util.logging.FileHandler.filter specifies the {@code Filter} class
57 * <li>java.util.logging.FileHandler.formatter specifies the {@code Formatter}
59 * <li>java.util.logging.FileHandler.encoding specifies the character set
61 * <li>java.util.logging.FileHandler
95 public class FileHandler extends StreamHandler { class in inherits:StreamHandler
148 public FileHandler() throws IOException { method in class:FileHandler
382 public FileHandler(String pattern) throws IOException { method in class:FileHandler
408 public FileHandler(String pattern, boolean append) throws IOException { method in class:FileHandler
439 public FileHandler(String pattern, int limit, int count) throws IOException { method in class:FileHandler
475 public FileHandler(String pattern, int limit, int count, boolean append) throws IOException { method in class:FileHandler
[all...]

Completed in 78 milliseconds