Uses of Enum
org.apache.felix.scr.impl.logger.InternalLogger.Level
Packages that use InternalLogger.Level
Package
Description
-
Uses of InternalLogger.Level in org.apache.felix.scr.impl.config
Fields in org.apache.felix.scr.impl.config declared as InternalLogger.LevelMethods in org.apache.felix.scr.impl.config that return InternalLogger.LevelModifier and TypeMethodDescriptionprivate InternalLogger.LevelScrConfigurationImpl.getDefaultLogLevel()ScrConfigurationImpl.getLogLevel()Returns the current log level.private InternalLogger.LevelScrConfigurationImpl.getLogLevel(Object levelObject) -
Uses of InternalLogger.Level in org.apache.felix.scr.impl.logger
Subclasses with type arguments of type InternalLogger.Level in org.apache.felix.scr.impl.loggerMethods in org.apache.felix.scr.impl.logger that return InternalLogger.LevelModifier and TypeMethodDescriptionLogConfiguration.getLogLevel()Returns the current log level(package private) InternalLogger.LevelScrLogManager.getLogLevel()static InternalLogger.LevelReturns the enum constant of this type with the specified name.static InternalLogger.Level[]InternalLogger.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.scr.impl.logger with parameters of type InternalLogger.LevelModifier and TypeMethodDescription(package private) booleanInternalLogger.Level.implies(InternalLogger.Level other) Check if this log level is higher or the same of the other level.booleanInternalLogger.isLogEnabled(InternalLogger.Level level) Answer true if the current logging level is enabled for the given level.booleanNoOpLogger.isLogEnabled(InternalLogger.Level level) booleanScrLogManager.ScrLoggerFacade.isLogEnabled(InternalLogger.Level level) voidInternalLogger.log(InternalLogger.Level level, String message, Throwable ex) Logs the message to an appropriate OSGi logger.voidInternalLogger.log(InternalLogger.Level level, String message, Throwable ex, Object... args) Formats the message using theMessageFormatclass, i.e.voidNoOpLogger.log(InternalLogger.Level level, String message, Throwable ex) voidNoOpLogger.log(InternalLogger.Level level, String message, Throwable ex, Object... args) voidScrLogManager.ScrLoggerFacade.log(InternalLogger.Level level, String message, Throwable ex) voidScrLogManager.ScrLoggerFacade.log(InternalLogger.Level level, String format, Throwable ex, Object... arguments) (package private) voidScrLogManager.ScrLoggerFacade.log0(InternalLogger.Level level, String message, Throwable ex) -
Uses of InternalLogger.Level in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager with parameters of type InternalLogger.LevelModifier and TypeMethodDescription(package private) abstract voidRegistrationManager.log(InternalLogger.Level level, String message, Throwable ex, Object... arguments)