public class EarlyLogHandler extends Handler
Modifier and Type | Field and Description |
---|---|
static ArrayBlockingQueue<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(Level level,
String message) |
void |
publish(LogRecord record) |
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
public static final ArrayBlockingQueue<LogRecord> earlyMessages
Copyright © 2009–2023 Oracle Corporation. All rights reserved.