Uses of Enum Class
org.apache.maven.logging.api.LogLevelRecorder.Level
Packages that use LogLevelRecorder.Level
- 
Uses of LogLevelRecorder.Level in org.apache.maven.logging.apiMethods in org.apache.maven.logging.api that return LogLevelRecorder.LevelModifier and TypeMethodDescriptionLogLevelRecorder.getMaxLevelAllowed()LogLevelRecorder.getMaxLevelReached()static LogLevelRecorder.LevelReturns the enum constant of this class with the specified name.static LogLevelRecorder.Level[]LogLevelRecorder.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.logging.api with parameters of type LogLevelRecorder.LevelModifier and TypeMethodDescriptionvoidLogLevelRecorder.setMaxLevelAllowed(LogLevelRecorder.Level level) 
- 
Uses of LogLevelRecorder.Level in org.apache.maven.slf4jMethods in org.apache.maven.slf4j that return LogLevelRecorder.LevelModifier and TypeMethodDescriptionDefaultLogLevelRecorder.getMaxLevelAllowed()MavenLoggerFactory.getMaxLevelAllowed()DefaultLogLevelRecorder.getMaxLevelReached()MavenLoggerFactory.getMaxLevelReached()Methods in org.apache.maven.slf4j with parameters of type LogLevelRecorder.LevelModifier and TypeMethodDescriptionvoidDefaultLogLevelRecorder.setMaxLevelAllowed(LogLevelRecorder.Level level) voidMavenLoggerFactory.setMaxLevelAllowed(LogLevelRecorder.Level level) Constructors in org.apache.maven.slf4j with parameters of type LogLevelRecorder.Level