We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b8e9a commit 72088fbCopy full SHA for 72088fb
docs/README.md
@@ -322,6 +322,8 @@ Example on changing `minLevel` on runtime:
322
- `json` prints out a `JSON` formatted log entry.
323
- `hidden` suppresses any output whatsoever and can be used with attached loggers for example.
324
325
+> Hint: Each JSON log is printed in one line, making it easily parsable by external services.
326
+
327
```typescript
328
// pretty output
329
const defaultPrettyLogger = new Logger();
0 commit comments