Skip to content

Commit

Permalink
Add an explanation to the debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gkuga authored and Bungeefan committed Feb 10, 2024
1 parent bdc79b5 commit 3d28df0
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 @@ -103,7 +103,7 @@ import `io`, for example when using this library on the web.

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

You can create your own `LogFilter` like this:
Expand Down

0 comments on commit 3d28df0

Please sign in to comment.