|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.data.oda.util.logging.LogFormatter
org.eclipse.datatools.connectivity.oda.util.logging.LogFormatter
.
LogFormatter
is an abstract class from which all
formatter classes should implement. It converts LogRecords
into formatted strings based on format()
rules.
Constructor Summary | |
protected |
LogFormatter()
Deprecated. Creates a LogFormatter instance. |
Method Summary | |
abstract java.lang.String |
format(LogRecord record)
Deprecated. Format the specified LogRecord into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LogFormatter()
LogFormatter
instance.
Method Detail |
public abstract java.lang.String format(LogRecord record)
LogRecord
into a string.
record
- the log record to format.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |