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 811ea22 commit a084790Copy full SHA for a084790
README.md
@@ -561,7 +561,7 @@ const logMsg = logger.info("Test");
561
562
**OLD:** `tslog` < 4
563
```typescript
564
-const log: Logger = new Logger({ name: "myLogger" });
+const log: Logger = new Logger({ type: "json", name: "myLogger" });
565
```
566
567
**NEW:** `tslog` >= 4
docs/README.md
0 commit comments