Skip to content

Commit

Permalink
tweaked readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed May 6, 2015
1 parent 7d661d9 commit a076f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When logging more complex messages, you can pass a closure instead
that will be evaluated only if the message is actually logged:

```dart
log.fine(() => [1, 2, 3, 4, 5].map((e) => e * 4).join("-"));
log.fine(() => [1, 2, 3, 4, 5].map((e) => e * 4).join("-"));
```

See the [Logger] class for the different logging methods.

0 comments on commit a076f0b

Please sign in to comment.