OLD | NEW |
---|---|
(Empty) | |
1 0. Run dart --observe log.dart | |
2 1. Visit main isolate's logging page. | |
3 2. You should see 'INFO MESSAGE' and 'FINE MESSAGE'. | |
4 3. Adjust the level to be 'INFO' and see that 'FINE' messages are hidden. | |
5 4. Adjust the level to be 'FINE' and see that all messages are displayed. | |
6 5. Adjust the level to be 'SHOUT' and see that no messages are displayed. | |
OLD | NEW |