public class EarlyLogHandler
extends java.util.logging.Handler
| Modifier and Type | Field and Description |
|---|---|
static java.util.concurrent.ArrayBlockingQueue<java.util.logging.LogRecord> |
earlyMessages |
| Constructor and Description |
|---|
EarlyLogHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called to close this log handler.
|
void |
flush()
Called to flush any cached data that
this log handler may contain.
|
void |
logMessage(java.util.logging.Level level,
java.lang.String message) |
void |
publish(java.util.logging.LogRecord record) |
public static final java.util.concurrent.ArrayBlockingQueue<java.util.logging.LogRecord> earlyMessages
public void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.Handlerpublic void logMessage(java.util.logging.Level level,
java.lang.String message)
public void close()
close in class java.util.logging.Handlerpublic void flush()
flush in class java.util.logging.HandlerCopyright © 2013 Oracle Corporation. All Rights Reserved.