|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a simple common interface for the jlogger tools that specify how data is written. Moreover, it contain method for special format that need footer and header information, like XML or HTML.
Method Summary | |
java.lang.String |
getFooter()
Returns the footer information of the formatter. |
java.lang.String |
getHeader()
Returns the header information of the formatter. |
java.lang.String |
transform(LogRecord _record)
Transforms the given logging info with a special format. |
Method Detail |
public java.lang.String transform(LogRecord _record)
_record
- The log record, where logging information are stored.
String
- The String that has been created
using the given logging information.public java.lang.String getHeader()
String
- The formatter header.public java.lang.String getFooter()
String
- The formatter footer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |