org.apache.tomee.jul.formatter
Class AsyncConsoleHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.apache.juli.FileHandler
          extended by org.apache.juli.AsyncFileHandler
              extended by org.apache.tomee.jul.formatter.AsyncConsoleHandler

public class AsyncConsoleHandler
extends org.apache.juli.AsyncFileHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.juli.AsyncFileHandler
org.apache.juli.AsyncFileHandler.LogEntry, org.apache.juli.AsyncFileHandler.LoggerThread
 
Field Summary
 
Fields inherited from class org.apache.juli.AsyncFileHandler
closed, DEFAULT_MAX_RECORDS, logger, LOGGER_SLEEP_TIME, OVERFLOW_DROP_CURRENT, OVERFLOW_DROP_FIRST, OVERFLOW_DROP_FLUSH, OVERFLOW_DROP_LAST, OVERFLOW_DROP_TYPE, queue
 
Fields inherited from class org.apache.juli.FileHandler
writerLock
 
Constructor Summary
AsyncConsoleHandler()
           
 
Method Summary
protected  void publishInternal(LogRecord record)
           
 
Methods inherited from class org.apache.juli.AsyncFileHandler
close, open, publish
 
Methods inherited from class org.apache.juli.FileHandler
closeWriter, flush, openWriter
 
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
 

Constructor Detail

AsyncConsoleHandler

public AsyncConsoleHandler()
Method Detail

publishInternal

protected void publishInternal(LogRecord record)
Overrides:
publishInternal in class org.apache.juli.AsyncFileHandler


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.