Returns a bit set containing the level and all levels above.
with (LogLevel) { assert(trace.orAbove == (trace | info | warn | error | fatal)); assert(fatal.orAbove == fatal); }
See Implementation
Returns a bit set containing the level and all levels above.