Std.Log.Level
1 declaration
type
LevelThis declaration introduces a public type.
What it does
How much a line matters, from most detail to least.
Ordered so a threshold is a comparison rather than a set: a logger keeping
Warn keeps Error too, because a program turned down to its warnings has
not asked to stop hearing about failures.
Silent names a threshold rather than a line. Nothing is written at it, so a
logger keeping Silent keeps nothing — which is how a program is quietened
without a separate switch to forget to check.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
