public class SubHandler
extends java.util.logging.Handler
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the handler.
|
boolean |
equals(java.lang.Object o)
Test for equality.
|
void |
flush()
Flushes the buffer.
|
int |
hashCode()
Returns the hash code.
|
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 int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object