@thi.ng/rstream-log 5.1.113 → 5.1.114
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 +18 -17
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
|
-
<!-- Please see: https://
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/rstream-log)
|
|
6
6
|

|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
> This is one of 214 standalone projects, maintained as part
|
|
11
|
-
> of the [@thi.ng/umbrella](https://
|
|
11
|
+
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
14
|
-
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
-
>
|
|
14
|
+
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
+
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
16
|
+
> Thank you! ❤️
|
|
16
17
|
|
|
17
18
|
- [About](#about)
|
|
18
19
|
- [Status](#status)
|
|
@@ -26,15 +27,15 @@
|
|
|
26
27
|
|
|
27
28
|
## About
|
|
28
29
|
|
|
29
|
-
Structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://
|
|
30
|
+
Structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream).
|
|
30
31
|
|
|
31
32
|
This package provides extensible, multi-level & multi-hierarchy logging
|
|
32
33
|
infrastructure, with logged values transformable via
|
|
33
|
-
[@thi.ng/transducers](https://
|
|
34
|
+
[@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers).
|
|
34
35
|
Several built-in transformers are provided.
|
|
35
36
|
|
|
36
37
|
The `Logger` class in this package implements the
|
|
37
|
-
[@thi.ng/logger](https://
|
|
38
|
+
[@thi.ng/logger](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/logger)
|
|
38
39
|
`ILogger` interface and uses `LogLevel` enums to configure levels /
|
|
39
40
|
filtering. See that package for more details.
|
|
40
41
|
|
|
@@ -42,15 +43,15 @@ filtering. See that package for more details.
|
|
|
42
43
|
|
|
43
44
|
**STABLE** - used in production
|
|
44
45
|
|
|
45
|
-
[Search or submit any issues for this package](https://
|
|
46
|
+
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Brstream-log%5D)
|
|
46
47
|
|
|
47
48
|
## Support packages
|
|
48
49
|
|
|
49
|
-
- [@thi.ng/rstream-log-file](https://
|
|
50
|
+
- [@thi.ng/rstream-log-file](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream-log-file) - File output handler for structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
|
|
50
51
|
|
|
51
52
|
## Related packages
|
|
52
53
|
|
|
53
|
-
- [@thi.ng/logger](https://
|
|
54
|
+
- [@thi.ng/logger](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/logger) - Basis types for arbitrary & hierarchical logging
|
|
54
55
|
|
|
55
56
|
## Installation
|
|
56
57
|
|
|
@@ -82,12 +83,12 @@ Package sizes (brotli'd, pre-treeshake): ESM: 749 bytes
|
|
|
82
83
|
|
|
83
84
|
## Dependencies
|
|
84
85
|
|
|
85
|
-
- [@thi.ng/api](https://
|
|
86
|
-
- [@thi.ng/checks](https://
|
|
87
|
-
- [@thi.ng/logger](https://
|
|
88
|
-
- [@thi.ng/rstream](https://
|
|
89
|
-
- [@thi.ng/strings](https://
|
|
90
|
-
- [@thi.ng/transducers](https://
|
|
86
|
+
- [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
|
|
87
|
+
- [@thi.ng/checks](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/checks)
|
|
88
|
+
- [@thi.ng/logger](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/logger)
|
|
89
|
+
- [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
|
|
90
|
+
- [@thi.ng/strings](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/strings)
|
|
91
|
+
- [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
|
|
91
92
|
|
|
92
93
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
93
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-log",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.114",
|
|
4
4
|
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://codeberg.org/thi.ng/umbrella.git",
|
|
12
12
|
"directory": "packages/rstream-log"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/rstream-log",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/logger": "^3.3.
|
|
46
|
-
"@thi.ng/rstream": "^9.4.
|
|
47
|
-
"@thi.ng/strings": "^3.11.
|
|
48
|
-
"@thi.ng/transducers": "^9.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.18",
|
|
44
|
+
"@thi.ng/checks": "^3.8.8",
|
|
45
|
+
"@thi.ng/logger": "^3.3.1",
|
|
46
|
+
"@thi.ng/rstream": "^9.4.2",
|
|
47
|
+
"@thi.ng/strings": "^3.11.1",
|
|
48
|
+
"@thi.ng/transducers": "^9.6.31"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"esbuild": "^0.27.2",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
],
|
|
102
102
|
"year": 2017
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
|
|
105
105
|
}
|