node-logger icon indicating copy to clipboard operation
node-logger copied to clipboard

A Lightweight logger that combines debug namespacing capabilities with winston levels and multioutput

Results 8 node-logger issues
Sort by recently updated
recently updated
newest added

- Support CommonJS and ESM - Close #25 and #41

For better performance, I recommend to use the libary [fast-json-stringify](https://github.com/fastify/fast-json-stringify) to replace JSON.Stringify

Am trying to enable or disable at runtime, It is not working. Please help me. on this

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Now this library is written in Typescript, it could be better if we can implement eslint for typescript too.

- [x] Make sure #32 be merge before start this work. - [x] Analyze and clean the github build action - [x] Automate release and publish process (see @[ekino/veggies](https://github.com/ekino/veggies/tree/master/.github/workflows) github...

Our code is overall well covered but some fallbacks could be tested. Here is a recent report: ```markdown --------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs |...

good first issue

## Summary Rewrite @ekino/logger for v3.0 ## Motivation - It's been so long time the library is not matained - Rewrite this library for adapting the modern Node.js (Typescript, ESM)...