@logtape/logtape 1.3.0-dev.388 → 1.3.0-dev.397
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 +5 -0
- package/deno.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,10 @@ The highlights of LogTape are:
|
|
|
40
40
|
|
|
41
41
|
- *[Dead simple sinks]*: You can easily add your own sinks to LogTape.
|
|
42
42
|
|
|
43
|
+
- *[Framework integrations]*: First-class support for popular frameworks
|
|
44
|
+
like [Express], [Fastify], [Hono], [Koa], and [Drizzle ORM] with automatic
|
|
45
|
+
HTTP request logging and database query logging.
|
|
46
|
+
|
|
43
47
|

|
|
44
48
|

|
|
45
49
|
|
|
@@ -60,6 +64,7 @@ The highlights of LogTape are:
|
|
|
60
64
|
[Template literals]: https://logtape.org/manual/start#how-to-log
|
|
61
65
|
[Built-in data redaction]: https://logtape.org/manual/redaction
|
|
62
66
|
[Dead simple sinks]: https://logtape.org/manual/sinks
|
|
67
|
+
[Framework integrations]: https://logtape.org/manual/integrations
|
|
63
68
|
|
|
64
69
|
|
|
65
70
|
Installation
|
package/deno.json
CHANGED