public static class Log.Handler
extends java.util.logging.Handler
| Modifier and Type | Field and Description |
|---|---|
private java.util.logging.Formatter |
formatter
Try and set the formatter -- may not be possible if
run in containers, etc.
|
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
publish(java.util.logging.LogRecord record) |
(package private) void |
trySetFormatter(Log.Formatter fmt) |
private java.util.logging.Formatter formatter
final void trySetFormatter(Log.Formatter fmt)
public final void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.Handlerpublic final void flush()
flush in class java.util.logging.Handlerpublic final void close()
throws java.lang.SecurityException
close in class java.util.logging.Handlerjava.lang.SecurityException