Skip navigation links

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

E17486-03


oracle.adf.share.logging.internal.diagnostic
Class ConsoleFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by oracle.adf.share.logging.internal.diagnostic.ConsoleFormatter


public class ConsoleFormatter
extends java.util.logging.Formatter

A simple console log formatter.


Constructor Summary
ConsoleFormatter()
           

 

Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given LogRecord.

 

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

 

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

 

Constructor Detail

ConsoleFormatter

public ConsoleFormatter()

Method Detail

format

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

Skip navigation links

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

E17486-03


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