Skip to content

Node.js library to send audit-logs to the s5r/auth-service.

License

Notifications You must be signed in to change notification settings

sammler/audit-logs-js

Repository files navigation

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.

About

Node.js library to send audit-logs to the s5r/auth-service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published