Class EarlyLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- com.sun.enterprise.module.bootstrap.EarlyLogHandler
-
public class EarlyLogHandler extends Handler
-
-
Field Summary
Fields Modifier and Type Field Description static ArrayBlockingQueue<LogRecord>
earlyMessages
-
Constructor Summary
Constructors Constructor Description EarlyLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Field Detail
-
earlyMessages
public static final ArrayBlockingQueue<LogRecord> earlyMessages
-
-