public class BufferedHandler
extends java.util.logging.Handler
Constructor and Description |
---|
BufferedHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String eventName,
EventListener listener) |
void |
clear() |
void |
close() |
void |
fireEvent(EventObject event) |
void |
flush() |
java.util.logging.LogRecord |
getLatestRecord() |
java.util.logging.LogRecord |
getRecord(int index) |
int |
getRecordCount() |
void |
publish(java.util.logging.LogRecord record) |
void |
removeListener(EventListener listener) |
void |
removeListener(EventListener listener,
java.lang.String eventName) |
public void fireEvent(EventObject event)
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.Handler
Handler.publish(java.util.logging.LogRecord)
public void flush()
flush
in class java.util.logging.Handler
Handler.flush()
public void clear()
public void close() throws java.lang.SecurityException
close
in class java.util.logging.Handler
java.lang.SecurityException
Handler.close()
public int getRecordCount()
public java.util.logging.LogRecord getRecord(int index)
public java.util.logging.LogRecord getLatestRecord()
public void addListener(java.lang.String eventName, EventListener listener)
public void removeListener(EventListener listener, java.lang.String eventName)
public void removeListener(EventListener listener)