Skip to content

Commit 3d28df0

Browse files
gkugaBungeefan
authored andcommitted
Add an explanation to the debug mode
1 parent bdc79b5 commit 3d28df0

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
@@ -103,7 +103,7 @@ import `io`, for example when using this library on the web.
103103

104104
The `LogFilter` decides which log events should be shown and which don't.<br>
105105
The default implementation (`DevelopmentFilter`) shows all logs with `level >= Logger.level` while
106-
in debug mode.
106+
in debug mode (i.e., running dart with `--enable-asserts`).
107107
In release mode all logs are omitted.
108108

109109
You can create your own `LogFilter` like this:

0 commit comments

Comments
 (0)