| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   java.util.logging.Formatter
java.util.logging.Formatter
       oracle.javatools.logging.SimpleTextFormatter
oracle.javatools.logging.SimpleTextFormatter
public class SimpleTextFormatter
| Constructor Summary | |
|---|---|
| SimpleTextFormatter() | |
| 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 | 
|---|
public SimpleTextFormatter()
| Method Detail | 
|---|
public java.lang.String format(java.util.logging.LogRecord record)
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.
format in class java.util.logging.Formatterrecord - the log record to be formatted.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||