|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.util.logging.DBLineLogFormatter
public class DBLineLogFormatter
formats a LogEntry into a format that can be easily imported into databases.
| Field Summary | |
|---|---|
protected java.text.SimpleDateFormat |
timeFormat
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
DBLineLogFormatter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
format(LogEntry entry)
This method returns a one-line dif-like formattedd String of the entry terminated by a line separator. |
java.lang.String |
getHeaderLine()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.text.SimpleDateFormat timeFormat
| Constructor Detail |
|---|
public DBLineLogFormatter()
| Method Detail |
|---|
public java.lang.Object format(LogEntry entry)
format in interface LogEntryFormatterentry - DOCUMENT ME!
public java.lang.String getHeaderLine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||