public class LogAssertionHandler
extends java.util.logging.Handler
| Modifier and Type | Field and Description |
|---|---|
static LogAssertionHandler |
INSTANCE |
| Constructor and Description |
|---|
LogAssertionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
publish(java.util.logging.LogRecord logRecord) |
public static final LogAssertionHandler INSTANCE
public void close()
throws java.lang.SecurityException
close in class java.util.logging.Handlerjava.lang.SecurityExceptionpublic void flush()
flush in class java.util.logging.Handlerpublic void publish(java.util.logging.LogRecord logRecord)
publish in class java.util.logging.Handler