public class EventHandler
extends java.util.logging.Handler
Constructor and Description |
---|
EventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the handler.
|
void |
flush()
Flushes the buffer.
|
void |
publish(java.util.logging.LogRecord record)
Publishes the record.
|
java.lang.String |
toString() |
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.Handler
public void flush()
flush
in class java.util.logging.Handler
public void close()
close
in class java.util.logging.Handler
public java.lang.String toString()
toString
in class java.lang.Object