class FileLoggingHandler
extends java.util.logging.Handler
Constructor and Description |
---|
FileLoggingHandler(java.lang.String fName,
java.util.logging.Formatter formatter)
Creates an instance of FileLoggingHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
publish(java.util.logging.LogRecord record) |
public FileLoggingHandler(java.lang.String fName, java.util.logging.Formatter formatter) throws java.io.IOException
fName
- The name of the log file.formatter
- The formatter for the log file.java.io.IOException
- Is thrown if something goes wrong.public void close() throws java.lang.SecurityException
close
in class java.util.logging.Handler
java.lang.SecurityException
public void flush()
flush
in class java.util.logging.Handler
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.Handler
TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)