@logtape/logtape 1.3.0-dev.379 → 1.3.0-dev.381
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 +4 -0
- package/deno.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,6 +93,7 @@ list of the packages in the LogTape monorepo:
|
|
|
93
93
|
| [*@logtape/adaptor-pino*](/packages/adaptor-pino/) | [JSR][jsr:@logtape/adaptor-pino] | [npm][npm:@logtape/adaptor-pino] | [Pino] adapter |
|
|
94
94
|
| [*@logtape/adaptor-winston*](/packages/adaptor-winston/) | [JSR][jsr:@logtape/adaptor-winston] | [npm][npm:@logtape/adaptor-winston] | [winston] adapter |
|
|
95
95
|
| [*@logtape/cloudwatch-logs*](/packages/cloudwatch-logs/) | [JSR][jsr:@logtape/cloudwatch-logs] | [npm][npm:@logtape/cloudwatch-logs] | [AWS CloudWatch Logs] sink |
|
|
96
|
+
| [*@logtape/fastify*](/packages/fastify/) | [JSR][jsr:@logtape/fastify] | [npm][npm:@logtape/fastify] | [Fastify] integration |
|
|
96
97
|
| [*@logtape/file*](/packages/file/) | [JSR][jsr:@logtape/file] | [npm][npm:@logtape/file] | File sinks |
|
|
97
98
|
| [*@logtape/otel*](/packages/otel/) | [JSR][jsr:@logtape/otel] | [npm][npm:@logtape/otel] | [OpenTelemetry] sink |
|
|
98
99
|
| [*@logtape/pretty*](/packages/pretty/) | [JSR][jsr:@logtape/pretty] | [npm][npm:@logtape/pretty] | Beautiful text formatter |
|
|
@@ -102,6 +103,7 @@ list of the packages in the LogTape monorepo:
|
|
|
102
103
|
| [*@logtape/windows-eventlog*](/packages/windows-eventlog/) | [JSR][jsr:@logtape/windows-eventlog] | [npm][npm:@logtape/windows-eventlog] | Windows Event Log sink |
|
|
103
104
|
|
|
104
105
|
[AWS CloudWatch Logs]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/
|
|
106
|
+
[Fastify]: https://fastify.dev/
|
|
105
107
|
[OpenTelemetry]: https://opentelemetry.io/
|
|
106
108
|
[Pino]: https://github.com/pinojs/pino
|
|
107
109
|
[Sentry]: https://sentry.io/
|
|
@@ -114,6 +116,8 @@ list of the packages in the LogTape monorepo:
|
|
|
114
116
|
[npm:@logtape/adaptor-winston]: https://www.npmjs.com/package/@logtape/adaptor-winston
|
|
115
117
|
[jsr:@logtape/cloudwatch-logs]: https://jsr.io/@logtape/cloudwatch-logs
|
|
116
118
|
[npm:@logtape/cloudwatch-logs]: https://www.npmjs.com/package/@logtape/cloudwatch-logs
|
|
119
|
+
[jsr:@logtape/fastify]: https://jsr.io/@logtape/fastify
|
|
120
|
+
[npm:@logtape/fastify]: https://www.npmjs.com/package/@logtape/fastify
|
|
117
121
|
[jsr:@logtape/file]: https://jsr.io/@logtape/file
|
|
118
122
|
[npm:@logtape/file]: https://www.npmjs.com/package/@logtape/file
|
|
119
123
|
[jsr:@logtape/otel]: https://jsr.io/@logtape/otel
|
package/deno.json
CHANGED