|
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.NmcPatternFormatter
public class NmcPatternFormatter
Constructor Summary | |
---|---|
NmcPatternFormatter()
|
|
NmcPatternFormatter(java.lang.String pattern)
|
Method Summary | |
---|---|
java.lang.String |
format(LogRecord r)
Formats a LogRecord object into a string representation. |
void |
setPattern(java.lang.String pattern)
|
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 NmcPatternFormatter()
public NmcPatternFormatter(java.lang.String pattern)
Method Detail |
---|
public void setPattern(java.lang.String pattern)
setPattern
in interface PatternFormatter
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 |