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 c14db94 commit 749d040Copy full SHA for 749d040
README.md
@@ -61,8 +61,8 @@ When creating a logger, you can pass some options:
61
62
```dart
63
var logger = Logger(
64
- printer: PrettyPrinter(), // Use the PrettyPrinter to format and print log
65
filter: null, // Use the default LogFilter (-> only log in debug mode)
+ printer: PrettyPrinter(), // Use the PrettyPrinter to format and print log
66
output: null, // Use the default LogOutput (-> send everything to console)
67
);
68
```
0 commit comments