Uses of Enum Class
de.iip_ecosphere.platform.configuration.FallbackLogger.LoggingLevel
Packages that use FallbackLogger.LoggingLevel
Package
Description
Implementation.
Tools and infrastructure classes for turning IDTA AAS specs into IVML.
-
Uses of FallbackLogger.LoggingLevel in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as FallbackLogger.LoggingLevelMethods in de.iip_ecosphere.platform.configuration that return FallbackLogger.LoggingLevelModifier and TypeMethodDescriptionstatic FallbackLogger.LoggingLevelReturns the enum constant of this class with the specified name.static FallbackLogger.LoggingLevel[]FallbackLogger.LoggingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration with parameters of type FallbackLogger.LoggingLevelModifier and TypeMethodDescriptionprivate voidFallbackLogger.emit(FallbackLogger.LoggingLevel level, String message) Emit a message on a given logging level.private voidFallbackLogger.emitWithArgs(FallbackLogger.LoggingLevel level, String format, Object... arguments) Emit a formatted message on a given logging level.static org.slf4j.LoggerFallbackLogger.getLogger(org.slf4j.Logger logger, Class<?> cls, FallbackLogger.LoggingLevel fallbackLevel) Creates a logger instance ifloggeris null.Constructors in de.iip_ecosphere.platform.configuration with parameters of type FallbackLogger.LoggingLevelModifierConstructorDescriptionCreates a logger with logging level. -
Uses of FallbackLogger.LoggingLevel in de.iip_ecosphere.platform.configuration.aas
Fields in de.iip_ecosphere.platform.configuration.aas declared as FallbackLogger.LoggingLevelModifier and TypeFieldDescriptionprivate static FallbackLogger.LoggingLevelParsingUtils.loggingLevelMethods in de.iip_ecosphere.platform.configuration.aas that return FallbackLogger.LoggingLevelModifier and TypeMethodDescription(package private) static FallbackLogger.LoggingLevelParsingUtils.getLoggingLevel()Returns the actual logging level for new loggers.Methods in de.iip_ecosphere.platform.configuration.aas with parameters of type FallbackLogger.LoggingLevelModifier and TypeMethodDescription(package private) static voidParsingUtils.setLoggingLevel(FallbackLogger.LoggingLevel level) Changes the actual logging level for new loggers.