|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Handler
com.sun.enterprise.module.bootstrap.EarlyLogHandler
public class EarlyLogHandler
| Field Summary | |
|---|---|
static java.util.concurrent.ArrayBlockingQueue<java.util.logging.LogRecord> |
earlyMessages
|
| Constructor Summary | |
|---|---|
EarlyLogHandler()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.concurrent.ArrayBlockingQueue<java.util.logging.LogRecord> earlyMessages
| Constructor Detail |
|---|
public EarlyLogHandler()
| Method Detail |
|---|
public void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.Handler
public 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.Handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||