Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.logging
Class LessSimpleTextFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by oracle.javatools.logging.LessSimpleTextFormatter


public class LessSimpleTextFormatter
extends java.util.logging.Formatter

Constructor Summary
LessSimpleTextFormatter()
           

 

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

 

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

LessSimpleTextFormatter

public LessSimpleTextFormatter()

Method Detail

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. The Formatter.formatMessage convenience method can (optionally) be used to localize and format the message field.

Specified by:
format in class java.util.logging.Formatter
Parameters:
record - the log record to be formatted.
Returns:
the formatted log record

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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