6c31582031
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>
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.
|