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.api
Methods in org.apache.maven.logging.api that return LogLevelRecorder.LevelModifier and TypeMethodDescriptionLogLevelRecorder.getMaxLevelAllowed()
LogLevelRecorder.getMaxLevelReached()
static LogLevelRecorder.Level
Returns 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 TypeMethodDescriptionvoid
LogLevelRecorder.setMaxLevelAllowed
(LogLevelRecorder.Level level) -
Uses of LogLevelRecorder.Level in org.apache.maven.slf4j
Methods 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 TypeMethodDescriptionvoid
DefaultLogLevelRecorder.setMaxLevelAllowed
(LogLevelRecorder.Level level) void
MavenLoggerFactory.setMaxLevelAllowed
(LogLevelRecorder.Level level)