Files
sdk/runtime/observatory/tests/ui/log.txt
T
John McCutchan d3154f4247 Logging page
- 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 .
2015-07-22 14:33:13 -07:00

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.