org.apache.solr.logging.jul
Class RecordHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.apache.solr.logging.jul.RecordHandler

public final class RecordHandler
extends Handler


Constructor Summary
RecordHandler(LogWatcher<LogRecord> framework)
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(LogRecord r)
           
 
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

RecordHandler

public RecordHandler(LogWatcher<LogRecord> framework)
Method Detail

close

public void close()
           throws SecurityException
Specified by:
close in class Handler
Throws:
SecurityException

flush

public void flush()
Specified by:
flush in class Handler

publish

public void publish(LogRecord r)
Specified by:
publish in class Handler


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.