|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.java.util.logging.Formatter
oracle.adfnmc.java.util.logging.SimpleFormatter
public class SimpleFormatter
SimpleFormatter
can be used to print a summary of the
information contained in a LogRecord
object in a human
readable format.
Constructor Summary | |
---|---|
SimpleFormatter()
Constructs a SimpleFormatter object. |
Method Summary | |
---|---|
java.lang.String |
format(LogRecord r)
Formats a LogRecord object into a string representation. |
Methods inherited from class oracle.adfnmc.java.util.logging.Formatter |
---|
formatMessage, getHead, getTail |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleFormatter()
SimpleFormatter
object.
Method Detail |
---|
public java.lang.String format(LogRecord r)
Formatter
LogRecord
object into a string representation.
The resulted string is usually localized and includes the message field
of the supplied LogRecord
object.
format
in class Formatter
r
- the log record to be formatted into a string
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |