Package: effect
Module: LogLevel
Returns all LogLevel values in order from All through the concrete severities to
None.
When to use
Use to enumerate or validate all accepted LogLevel string values, including
the All and None sentinel levels.
Details
The array order matches the module severity order: All, concrete
severities from Fatal to Trace, then None.
Gotchas
This list includes All and None, so it is not limited to concrete emitted
severities.
See
Severity for the concrete message severity type that excludes All and NoneOrder for comparing these levels by severity orderSignature
declare const values: ReadonlyArray<LogLevel>
Since v4.0.0