package level
Contains functionality for turning log Levels into text.
- Alphabetic
- By Inheritance
- level
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class TranslatingLevelFormatter extends Formatter[Level]
Translates integer levels into the specified strings regardless of the names embedded in the Levels.
Translates integer levels into the specified strings regardless of the names embedded in the Levels. If a level is lower than the lowest specified thresholdLevel, the lowest name specified will be used.
Value Members
- object NameLevelFormatter extends Formatter[Level]
Uses the name stored with the level (if available) or else uses the integer value.
- object NumberLevelFormatter extends Formatter[Level]
Uses the integer value the level corresponds to in all cases.