isAtLeast method
- BurtLogLevel other
Whether this level is at least as severe as another level.
Implementation
bool isAtLeast(BurtLogLevel other) =>
value <= other.value;
Whether this level is at least as severe as another level.
bool isAtLeast(BurtLogLevel other) =>
value <= other.value;