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 PerfFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by oracle.adf.share.logging.internal.perf.PerfFormatter


public class PerfFormatter
extends java.util.logging.Formatter

Performance logging formatter


Constructor Summary
PerfFormatter()
           

 

Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given log record and return the formatted string.
 java.lang.String formatMessage(java.util.logging.LogRecord record)
          Format the given LogRecord.

 

Methods inherited from class java.util.logging.Formatter
getHead, getTail

 

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

 

Constructor Detail

PerfFormatter

public PerfFormatter()

Method Detail

formatMessage

public java.lang.String formatMessage(java.util.logging.LogRecord record)
Format the given LogRecord.
Overrides:
formatMessage in class java.util.logging.Formatter
Parameters:
record - the log record to be formatted.
Returns:
a formatted log record

format

public java.lang.String format(java.util.logging.LogRecord record)
Format the given log record and return the formatted string. The resulting formatted String will normally include a localized and formated version of the LogRecord's message field.
Specified by:
format in class java.util.logging.Formatter
Parameters:
record - log record
Returns:
formatted message string

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.