Log file handler that uses the
AccessLogFormatter by default. Also
useful in configuration files to differentiate from the
java.util.logging.FileHandler.
author: Jerome Louvel (contact@noelios.com)
Constructor.
Parameters: pattern - The name of the output file. Parameters: limit - The maximum number of bytes to write to any one file. Parameters: count - The number of files to use. throws: IOException - throws: SecurityException -
Constructor.
Parameters: pattern - The name of the output file. Parameters: limit - The maximum number of bytes to write to any one file. Parameters: count - The number of files to use. Parameters: append - Specifies append mode. throws: IOException - throws: SecurityException -