Files
sdk/runtime/observatory_2/tests/ui/log.txt
T
Ryan Macnak 6c31582031 Copy Dart 2 version of Observatory and service tests.
Change-Id: If47aa98918b0166dba781a0008c23b991d46fe1c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165420
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2020-10-07 22:20:25 +00: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.