0.0.4 • Published 6 years ago

sammler-io-audit-logs v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. The process for contributing is outlined below:

  1. Create a fork of the project
  2. Work on whatever bug or feature you wish
  3. 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.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago