Uses of Enum Class
org.apache.sling.commons.log.logback.store.LogLevel
Packages that use LogLevel
Package
Description
Provides programatic access to logging events
-
Uses of LogLevel in org.apache.sling.commons.log.logback.internal.store
Methods in org.apache.sling.commons.log.logback.internal.store with parameters of type LogLevel -
Uses of LogLevel in org.apache.sling.commons.log.logback.store
Methods in org.apache.sling.commons.log.logback.store that return LogLevelModifier and TypeMethodDescriptionLogEntry.level()Returns the value of thelevelrecord component.static LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sling.commons.log.logback.store with parameters of type LogLevelModifier and TypeMethodDescriptionReturns a list ofLogEntries matching the specified parametersConstructors in org.apache.sling.commons.log.logback.store with parameters of type LogLevel