forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace _rootLevel with root._level (flutter#69)
Previously root._level and _rootLevel both existed and could be different. The existing code took care to always use _rootLevel instead of root._level, but I think it'd be better to not have the extra Level variable at all. This also provides an opportunity to expose a public constant for the the default logging level, further addressing https://github.com/dart-lang/logging/issues/57.
- Loading branch information
1 parent
49669c4
commit 85f2bc2
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters