| OLD | NEW |
| 1 0. Run dart --observe log.dart | 1 0. Run dart --observe log.dart |
| 2 1. Visit main isolate's logging page. | 2 1. Visit main isolate's logging page. |
| 3 2. You should see 'INFO MESSAGE' and 'FINE MESSAGE'. | 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. | 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. | 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. | 6 5. Adjust the level to be 'SHOUT' and see that no messages are displayed. |
| OLD | NEW |