Skip to content

Commit 84f407b

Browse files
committed
fix: update matrix lint package for testing
1 parent 3049597 commit 84f407b

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This library provides a JavaScript/TypeScript logger inspired by Python's logger.
44

5-
* Simple logging with default handlers supporting `console.log`, `console.error`, and `process.stderr`.
6-
* Fast, logging level checks or log filters are applied **before** log records are created
7-
* Complex log records properties ssupport lazy evaluation, so they evaluated only when they need to be rendered
8-
* Flexible composition of loggers, handlers and formatters
9-
* Custom formatting using template literals
10-
* Supports structured logging through a JSON formatter
11-
* Supports hierarchical logging through parent-child logger graph
12-
* CI/CD tests on Linux, MacOS and Windows
13-
* Zero runtime dependencies!
14-
* Comprehensive continuous benchmarks in CI/CD
5+
- Simple logging with default handlers supporting `console.log`, `console.error`, and `process.stderr`.
6+
- Fast, logging level checks or log filters are applied **before** log records are created
7+
- Complex log records properties ssupport lazy evaluation, so they evaluated only when they need to be rendered
8+
- Flexible composition of loggers, handlers and formatters
9+
- Custom formatting using template literals
10+
- Supports structured logging through a JSON formatter
11+
- Supports hierarchical logging through parent-child logger graph
12+
- CI/CD tests on Linux, MacOS and Windows
13+
- Zero runtime dependencies!
14+
- Comprehensive continuous benchmarks in CI/CD
1515

1616
## Installation
1717

package-lock.json

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)