1.0.10 • Published 5 years ago

thorin-plugin-loglet v1.0.10

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

Thorin.js plugin for loglet.io

Full documentation available at https://thorinjs.com

Plugin specific documentation available at https://thorinjs.com/plugin/loglet

Loglet.io node.js client for encrypted log streaming and storage. For more information, visit https://loglet.io

Getting Started

Installation:

npm install thorin-plugin-loglet --save

Usage:

thorin.addPlugin(require('thorin-plugin-loglet'), {
    key: 'YOUR_APP_KEY',
    secret: 'YOUR_APP_SECRET'
});

Note:

If the key and secret will not be given specifically through options, it will look for the environment variables: LOGLET_KEY and LOGLET_SECRET

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago