|
Log4js 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Log4js.Layout
Defined in log4js.js
Author: Stephan Strittmatter
Constructor Summary | |
Log4js.Layout()
Interface for Layouts. |
Method Summary | |
String
|
format(<Log4js.LoggingEvent> loggingEvent)
Implement this method to create your own layout format. |
String
|
getContentType()
Returns the content type output by this layout. |
String
|
getFooter()
|
String
|
getHeader()
|
String
|
getSeparator()
|
Constructor Detail |
Log4js.Layout()
Method Detail |
String format(<Log4js.LoggingEvent> loggingEvent)
loggingEvent
- loggingEvent to format
String getContentType()
String getFooter()
String getHeader()
String getSeparator()
|
Log4js 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |