Class: LogAppender
Defined in: | src/kermit/Logging.coffee |
Overview
Log appenders receive formatted log messages and take care of outputting them on their sink. The sink might by the processes stdout, a file, a database or any other type of destination. LogAppender is very similar to log4js' Appender or bunyan's Transport
Direct Known Subclasses
Instance Method Summary
- # (void) initialize() Private
Instance Method Details
#
(void)
initialize()
Private