com.sun.enterprise.module.bootstrap
Class EarlyLogHandler
java.lang.Object
java.util.logging.Handler
com.sun.enterprise.module.bootstrap.EarlyLogHandler
public class EarlyLogHandler
- extends Handler
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 |
earlyMessages
public static final ArrayBlockingQueue<LogRecord> earlyMessages
EarlyLogHandler
public EarlyLogHandler()
publish
public void publish(LogRecord record)
- Specified by:
publish
in class Handler
logMessage
public void logMessage(Level level,
String message)
close
public void close()
- Called to close this log handler.
- Specified by:
close
in class Handler
flush
public void flush()
- Called to flush any cached data that
this log handler may contain.
- Specified by:
flush
in class Handler
Copyright © 2013 Oracle Corporation. All Rights Reserved.