@superlogica/super-log-js
v1.0.5
Published
Lib para geração de logs no formato estabelecido pela Superlógica
Downloads
371
Readme
What is Super Log?
Lib JS for generate log on Superlógica log format.
Getting started
To install the lib just run the command:
npm install @superlogica/super-log-js
Ready!
Now you can use the available interfaces and the adapter.
How it works?
The most basic possible use is to import default (adapter) and use it, as in the following example:
import SuperLogger, RedisClient, JobOptions from '@superlogica/super-log-js';
SuperLogger.warning('Test 123')
SuperLogger.taggedWarning(['test1', 'test2'], 'Test 123')