com.sun.enterprise.module.bootstrap
Class EarlyLogHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by com.sun.enterprise.module.bootstrap.EarlyLogHandler

public class EarlyLogHandler
extends Handler


Field Summary
static ArrayBlockingQueue<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(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

earlyMessages

public static final ArrayBlockingQueue<LogRecord> earlyMessages
Constructor Detail

EarlyLogHandler

public EarlyLogHandler()
Method Detail

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.