isMoreSevereThan method
- BurtLogLevel other
Whether this level is more severe than another level.
Implementation
bool isMoreSevereThan(BurtLogLevel other) =>
value < other.value;
Whether this level is more severe than another level.
bool isMoreSevereThan(BurtLogLevel other) =>
value < other.value;