Skip to content

Commit 749d040

Browse files
committed
Change parameter order
1 parent c14db94 commit 749d040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ When creating a logger, you can pass some options:
6161

6262
```dart
6363
var logger = Logger(
64-
printer: PrettyPrinter(), // Use the PrettyPrinter to format and print log
6564
filter: null, // Use the default LogFilter (-> only log in debug mode)
65+
printer: PrettyPrinter(), // Use the PrettyPrinter to format and print log
6666
output: null, // Use the default LogOutput (-> send everything to console)
6767
);
6868
```

0 commit comments

Comments
 (0)