|
Log4js 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Log4js.Appender
Defined in log4js.js
Author: Stephan Strittmatter
Constructor Summary | |
Log4js.Appender()
Abstract base class for other appenders. |
Method Summary | |
void
|
doAppend(<Log4js.LoggingEvent> loggingEvent)
appends the given loggingEvent appender specific |
void
|
doClear()
clears the Appender |
void
|
setLayout(<Log4js.Layout> layout)
Set the Layout for this appender. |
void
|
setLogger(logger)
Set reference to the logger. |
Constructor Detail |
Log4js.Appender()
logger
- log4js instance this appender is attached to
Method Detail |
void doAppend(<Log4js.LoggingEvent> loggingEvent)
loggingEvent
- loggingEvent to append
void doClear()
void setLayout(<Log4js.Layout> layout)
layout
- Layout for formatting loggingEvent
void setLogger(logger)
the
- invoking logger
|
Log4js 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |