public class LevelHandler
extends java.util.logging.Handler
Constructor and Description |
---|
LevelHandler(java.util.logging.Level level,
java.util.logging.Handler[] handlers) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush()
Flush the handler.
|
void |
publish(java.util.logging.LogRecord record)
Publishes the record.
|
public LevelHandler(java.util.logging.Level level, java.util.logging.Handler[] handlers)
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