isVerbose property

bool get isVerbose

Whether debug messages are shown.

Implementation

bool get isVerbose => _effective.rank >= LogVerbosity.verbose.rank;