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

/libcore/ojluni/src/main/java/java/util/logging/
H A DFileHandler.java54 * The <tt>FileHandler</tt> can either write to a specified file,
68 * By default each <tt>FileHandler</tt> is initialized using the following
96 * specifies whether the FileHandler should append onto
100 * For example, the properties for {@code FileHandler} would be:
102 * <li> java.util.logging.FileHandler.level=INFO </li>
103 * <li> java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter </li>
133 * Normally the "%u" unique field is set to 0. However, if the <tt>FileHandler</tt>
136 * again. This will be repeated until <tt>FileHandler</tt> finds a file name that
151 public class FileHandler extends StreamHandler { class in inherits:StreamHandler
218 * Configure a FileHandler fro
261 public FileHandler() throws IOException, SecurityException { method in class:FileHandler
284 public FileHandler(String pattern) throws IOException, SecurityException { method in class:FileHandler
316 public FileHandler(String pattern, boolean append) throws IOException, method in class:FileHandler
353 public FileHandler(String pattern, int limit, int count) method in class:FileHandler
392 public FileHandler(String pattern, int limit, int count, boolean append) method in class:FileHandler
[all...]

Completed in 36 milliseconds