|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.util.logging.StringLineFormatter
public class StringLineFormatter
formats a LogEntry into a simple one-line String terminated by a line break.
| Field Summary | |
|---|---|
protected java.text.SimpleDateFormat |
timeFormat
|
| Constructor Summary | |
|---|---|
StringLineFormatter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
format(LogEntry entry)
This method returns a one-line String of the entry terminated by a line separator. |
| 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 StringLineFormatter()
| Method Detail |
|---|
public java.lang.Object format(LogEntry entry)
format in interface LogEntryFormatterentry - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||