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