d3154f4247
- Per isolate logging page. - Drop down to control log level threshold. - Console area where messages are displayed. - UI test. R=rmacnak@google.com Review URL: https://codereview.chromium.org//1250853006 .
7 lines
344 B
Plaintext
7 lines
344 B
Plaintext
0. Run dart --observe log.dart
|
|
1. Visit main isolate's logging page.
|
|
2. You should see 'INFO MESSAGE' and 'FINE MESSAGE'.
|
|
3. Adjust the level to be 'INFO' and see that 'FINE' messages are hidden.
|
|
4. Adjust the level to be 'FINE' and see that all messages are displayed.
|
|
5. Adjust the level to be 'SHOUT' and see that no messages are displayed.
|