Class CallerLevels
- java.lang.Object
-
- elf4j.engine.service.configuration.CallerLevels
-
public class CallerLevels extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elf4j.LevelgetCallerMinimumOutputLevel(NativeLogger nativeLogger)Assuming the owner and caller class of the specified logger is the same
-
-
-
Method Detail
-
getCallerMinimumOutputLevel
public elf4j.Level getCallerMinimumOutputLevel(NativeLogger nativeLogger)
Assuming the owner and caller class of the specified logger is the same- Parameters:
nativeLogger- to search for configured minimum output level- Returns:
- configured min output level for the specified logger's caller/owner class, or the default level if not configured
-
-