Skip to content

Commit 6780446

Browse files
committed
docs: update README.md
1 parent 90d1bd9 commit 6780446

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ A lightweight, flexible logger that merges debug-style namespace management, Win
1010
- [Features](#features)
1111
- [Installation](#installation)
1212
- [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)
2323
- [Benchmark](#benchmark)
2424
- [Contributing](#contributing)
2525

2626
## Features
2727

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.
3434

3535
## Installation
3636

@@ -221,4 +221,3 @@ Contributions are welcome! Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md
221221
[npm-url]: https://www.npmjs.com/package/@ekino/logger
222222
[coverage-image]: https://img.shields.io/coveralls/ekino/node-logger/master.svg?style=flat-square
223223
[coverage-url]: https://coveralls.io/github/ekino/node-logger?branch=master
224-

0 commit comments

Comments
 (0)