@loglayer/transport-pretty-terminal 1.0.0 → 3.0.0
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 +2 -4
- package/dist/index.cjs +795 -494
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +773 -472
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
A transport for the [LogLayer](https://loglayer.dev) logging library that pretty-prints logs printed in the terminal.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+

|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
|
|
@@ -16,10 +16,8 @@ A transport for the [LogLayer](https://loglayer.dev) logging library that pretty
|
|
|
16
16
|
- 🔎 **Search/Filter Functionality** - Find specific logs with powerful filtering capabilities
|
|
17
17
|
- 💅 **JSON Pretty Printing** - Beautifully formatted structured data with syntax highlighting
|
|
18
18
|
- 🎭 **Configurable Themes** - Choose from pre-built themes or customize your own colors
|
|
19
|
-
- 🔄 **Real-time Updates** - See logs as they happen with live updates
|
|
20
|
-
- 📊 **Context Awareness** - View previous and next logs when inspecting entries
|
|
21
19
|
|
|
22
|
-
## Installation
|
|
20
|
+
## Installation
|
|
23
21
|
|
|
24
22
|
Visit the [Pretty Terminal docs](https://loglayer.dev/transports/pretty-terminal)
|
|
25
23
|
for installation and usage.
|