Uses of Enum
org.apache.felix.scr.impl.logger.InternalLogger.Level
Packages that use InternalLogger.Level
-
Uses of InternalLogger.Level in org.apache.felix.scr.impl.config
Methods in org.apache.felix.scr.impl.config that return InternalLogger.LevelModifier and TypeMethodDescriptionScrConfigurationImpl.getLogLevel()Returns the current log level. -
Uses of InternalLogger.Level in org.apache.felix.scr.impl.logger
Methods in org.apache.felix.scr.impl.logger that return InternalLogger.LevelModifier and TypeMethodDescriptionLogConfiguration.getLogLevel()Returns the current log levelstatic 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 TypeMethodDescriptionbooleanInternalLogger.isLogEnabled(InternalLogger.Level level) Answer true if the current logging level is enabled for the given level.booleanNoOpLogger.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. with {} place holders for the args.voidNoOpLogger.log(InternalLogger.Level level, String message, Throwable ex) voidNoOpLogger.log(InternalLogger.Level level, String message, Throwable ex, Object... args)