printLevel property
getter/setter pair
The minimum Level which should be printed out to stdout
.
Note that this is independent of the Logger's level, which controls whether the Test receives messages at all. If the Logger's level is above killLevel and/or failLevel, then the Test will not fail when those messages are emitted.
Implementation
Level printLevel;