Skip to content

Commit

Permalink
Update README to represent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Dec 20, 2022
1 parent 43b8e9a commit 72088fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ Example on changing `minLevel` on runtime:
- `json` prints out a `JSON` formatted log entry.
- `hidden` suppresses any output whatsoever and can be used with attached loggers for example.

> Hint: Each JSON log is printed in one line, making it easily parsable by external services.
```typescript
// pretty output
const defaultPrettyLogger = new Logger();
Expand Down

0 comments on commit 72088fb

Please sign in to comment.