@@ -10,27 +10,27 @@ A lightweight, flexible logger that merges debug-style namespace management, Win
10
10
- [ Features] ( #features )
11
11
- [ Installation] ( #installation )
12
12
- [ Usage] ( #usage )
13
- - [ Basic logging] ( #basic-logging )
14
- - [ Context ID] ( #context-id )
15
- - [ Namespaces and levels] ( #namespaces-and-levels )
16
- - [ Output formats] ( #output-formats )
17
- - [ JSON format] ( #json-format )
18
- - [ Pretty format] ( #pretty-format )
19
- - [ Custom output functions] ( #custom-output-functions )
20
- - [ Log data and metadata] ( #log-data-and-metadata )
21
- - [ Adding global metadata] ( #adding-global-metadata )
22
- - [ Force logging] ( #force-logging )
13
+ - [ Basic logging] ( #basic-logging )
14
+ - [ Context ID] ( #context-id )
15
+ - [ Namespaces and levels] ( #namespaces-and-levels )
16
+ - [ Output formats] ( #output-formats )
17
+ - [ JSON format] ( #json-format )
18
+ - [ Pretty format] ( #pretty-format )
19
+ - [ Custom output functions] ( #custom-output-functions )
20
+ - [ Log data and metadata] ( #log-data-and-metadata )
21
+ - [ Adding global metadata] ( #adding-global-metadata )
22
+ - [ Force logging] ( #force-logging )
23
23
- [ Benchmark] ( #benchmark )
24
24
- [ Contributing] ( #contributing )
25
25
26
26
## Features
27
27
28
- - ** Configurable log levels ** : Set log levels globally or per namespace for detailed control.
29
- - ** Flexible output formats ** : Supports JSON, Pretty-print, and custom output adapters.
30
- - ** Context ID support ** : Optionally track logs across function calls by assigning a unique context ID.
31
- - ** Type-safe & developer-friendly ** : Fully written in TypeScript for improved safety and ease of use.
32
- - ** Dual module support ** : Supports both ESM and CommonJS imports.
33
- - ** Cross-environment compatibility ** : Works with Node.js, Deno, and Bun environments.
28
+ - Set log levels globally or per namespace for detailed control.
29
+ - Supports JSON, Pretty-print, and custom output adapters.
30
+ - Optionally track logs across function calls by assigning a unique context ID.
31
+ - Fully written in TypeScript for improved safety and ease of use.
32
+ - Supports both ESM and CommonJS imports.
33
+ - Works with Node.js, Deno, and Bun environments.
34
34
35
35
## Installation
36
36
@@ -221,4 +221,3 @@ Contributions are welcome! Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md
221
221
[ npm-url ] : https://www.npmjs.com/package/@ekino/logger
222
222
[ coverage-image ] : https://img.shields.io/coveralls/ekino/node-logger/master.svg?style=flat-square
223
223
[ coverage-url ] : https://coveralls.io/github/ekino/node-logger?branch=master
224
-
0 commit comments