LogLevel11
Models
LogLeveltypeRepresents every level used by Effect logging, including concrete message severities and the All and None sentinel levels.SeveritytypeLog levels that represent actual message severities, excluding the All and None sentinel levels.valuesconstReturns all LogLevel values in order from All through the concrete severities to None.Filtering
Instances
Ordering
getOrdinalconstReturns the ordinal value of the log level.isGreaterThanconstDetermines if the first log level is more severe than the second.isGreaterThanOrEqualToconstDetermines if the first log level is more severe than or equal to the second.isLessThanconstDetermines if the first log level is less severe than the second.isLessThanOrEqualToconstDetermines if the first log level is less severe than or equal to the second.OrderconstOrder instance for LogLevel that defines the severity ordering.