Assorted appenders for use with the log4js library.
A console appender that routes output to the correct function of the console object. This appender is useful for logging within an AWS Lambda function (avoids writing all logs at the INFO level).
TRACE->console.traceDEBUG->console.debugINFO->console.logWARN->console.warnERROR->console.errorFATAL->console.error
Usage Example
This software is provided under the MIT license.