Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-04

oracle.adf.share.logging.internal.analytics
Class AnalyticsFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by oracle.adf.share.logging.internal.analytics.AnalyticsFormatter

public class AnalyticsFormatter
extends java.util.logging.Formatter

Analytics logging formatter


Constructor Summary
AnalyticsFormatter()
           
 
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

AnalyticsFormatter

public AnalyticsFormatter()
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

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-04

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