Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


oracle.adf.share.logging.internal.perf
Class PerfFileHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.FileHandler
              extended by oracle.adf.share.logging.internal.BaseFileHandler
                  extended by oracle.adf.share.logging.internal.perf.PerfFileHandler


public class PerfFileHandler
extends BaseFileHandler

Performance logging file handler


Method Summary
 void publish(java.util.logging.LogRecord record)
          Add log record to logging buffer.

 

Methods inherited from class oracle.adf.share.logging.internal.BaseFileHandler
addRecordToList, flush, getLeastAccessedECID, isBufferFull, isRecordListTooLong, printList, removeList, reportError

 

Methods inherited from class java.util.logging.FileHandler
close

 

Methods inherited from class java.util.logging.StreamHandler
isLoggable, setEncoding, setOutputStream

 

Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, setErrorManager, setFilter, setFormatter, setLevel

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

publish

public void publish(java.util.logging.LogRecord record)
Add log record to logging buffer. If the buffer is full, publish it. This functions overwrites the JUL FileHandler.publish() method.
Overrides:
publish in class java.util.logging.FileHandler
Parameters:
record - description of the log event. A null record is silently ignored and is not published

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


Copyright © 1997, 2012, Oracle. All rights reserved.