|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.logging.CombinedFormatLogEntryFormat
public class CombinedFormatLogEntryFormat
Represents a log entry in the combined log file format.
| Constructor Summary | |
|---|---|
CombinedFormatLogEntryFormat(Blog blog)
Default, no args constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
format(LogEntry entry)
Formats a given entry into the combined log file format. |
LogEntry |
parse(java.lang.String s)
Parses a string in the combined log file format into a log entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CombinedFormatLogEntryFormat(Blog blog)
| Method Detail |
|---|
public java.lang.String format(LogEntry entry)
entry - a log entry
public LogEntry parse(java.lang.String s)
s - the String to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||