JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 349
  • Score
    100M100P100Q95677F
  • License ISC

Lib para geração de logs no formato estabelecido pela Superlógica

Package Exports

  • @superlogica/super-log-js
  • @superlogica/super-log-js/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@superlogica/super-log-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Super Log JS

Super Log JS

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')