sammler-io-audit-logs
v0.0.4
Published
Node.js library to send audit-logs to the s5r/auth-service.
Downloads
4
Readme
s5r-audit-logs
Node.js library to send audit-logs to the s5r/auth-service.
Installation
$ npm install s5r-audit-logs
Usage
const AuditLogger = require('s5r-audit-logs');
const natsOps = {};
let auditLogger = new AuditLogger(natsOpts);
let subject = 'foo';
let msg = {};
auditLogger.log(subject, msg);
About
Author
Stefan Walther
stefanwalther.io - Private blog
qliksite.io - Qlik Sense / QAP related blog
qlikblog.at - QlikView related blog
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. The process for contributing is outlined below:
- Create a fork of the project
- Work on whatever bug or feature you wish
- Create a pull request (PR)
I cannot guarantee that I will merge all PRs but I will evaluate them all.
License
MIT
This file was generated by verb-generate-readme, v0.6.0, on October 19, 2018.