|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The Object type that will be returned on the formatAs call.public interface Layout<T extends Serializable>
Method Summary | |
---|---|
byte[] |
format(LogEvent event)
Formats the event suitable for display. |
T |
formatAs(LogEvent event)
Formats the event as an Object that can be serialized. |
byte[] |
getFooter()
Returns the format for the layout format. |
byte[] |
getHeader()
Returns the header for the layout format. |
Method Detail |
---|
byte[] format(LogEvent event)
event
- The Logging Event.
T formatAs(LogEvent event)
event
- The Logging Event.
byte[] getHeader()
byte[] getFooter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |