logquill 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,10 +8,6 @@ A logging framework for Node/TypeScript that shares one mental model and one
|
|
|
8
8
|
JSON log shape with its Python sibling, [`logquill`](https://pypi.org/project/logquill/)
|
|
9
9
|
(repo: `logquill-python`).
|
|
10
10
|
|
|
11
|
-
> **Status:** Phase 0 (repo & build tooling) is scaffolded. The public
|
|
12
|
-
> logging API — `Logger`, levels, transports, formatters, plugins — lands in
|
|
13
|
-
> the phases that follow.
|
|
14
|
-
|
|
15
11
|
## Install
|
|
16
12
|
|
|
17
13
|
```sh
|