Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 527 Bytes

log4js-scribe-appender

Build Status

This is a custom appender for log4js capable of sending logs to a scribe server.

Install

npm install log4js-scribe-appender

Usage

log4js.configure({
    appenders: [
        {type: 'log4js-scribe-appender', scribeCategory: 'example-category'}
    ]
});

License

Apache License, Version 2.0.