Property Name | Description | Default Value |
FileHandler.level | Log level for the handler. | Level.INFO |
FileHandler.filter | Filter to use. | undefined |
FileHandler.formatter | Formatter to use. | java.util.logging.XMLFormatter |
FileHandler.encoding | Character set encoding to use. | Default platform encoding |
FileHandler.limit | Specifies approximate maximum number of bytes to write to a file. 0 means no limit. | 0 |
FileHandler.count | Specifies how many output files to cycle through. | 1 |
FileHandler.pattern | Pattern used to generate output filenames. | %h/java%u.log |
FileHandler.append | Boolean value specifying whether to append to an existing file or overwrite it. | false |