| java.lang.Object java.util.logging.Handler org.apache.juli.FileHandler
FileHandler | public class FileHandler extends Handler (Code) | | Implementation of Handler that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
version: $Revision: 483782 $ $Date: 2006-12-08 03:24:30 +0100 (ven., 08 déc. 2006) $ |
Method Summary | |
public void | close() Close the currently open log file (if any). | public void | flush() Flush the writer. | public void | publish(LogRecord record) Format and publish a LogRecord. |
FileHandler | public FileHandler()(Code) | | |
close | public void close()(Code) | | Close the currently open log file (if any).
|
flush | public void flush()(Code) | | Flush the writer.
|
publish | public void publish(LogRecord record)(Code) | | Format and publish a LogRecord.
Parameters: record - description of the log event |
|
|