Uses of Class
de.iip_ecosphere.platform.configuration.FallbackLogger.LoggingLevel
-
Packages that use FallbackLogger.LoggingLevel Package Description de.iip_ecosphere.platform.configuration Implementation. -
-
Uses of FallbackLogger.LoggingLevel in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as FallbackLogger.LoggingLevel Modifier and Type Field Description private FallbackLogger.LoggingLevelFallbackLogger. levelMethods in de.iip_ecosphere.platform.configuration that return FallbackLogger.LoggingLevel Modifier and Type Method Description static FallbackLogger.LoggingLevelFallbackLogger.LoggingLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FallbackLogger.LoggingLevel[]FallbackLogger.LoggingLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration with parameters of type FallbackLogger.LoggingLevel Modifier and Type Method Description private voidFallbackLogger. emit(FallbackLogger.LoggingLevel level, java.lang.String message)Emit a message on a given logging level.private voidFallbackLogger. emitWithArgs(FallbackLogger.LoggingLevel level, java.lang.String format, java.lang.Object... arguments)Emit a formatted message on a given logging level.static org.slf4j.LoggerFallbackLogger. getLogger(org.slf4j.Logger logger, java.lang.Class<?> cls, FallbackLogger.LoggingLevel fallbackLevel)Creates a logger instance ifloggeris null.Constructors in de.iip_ecosphere.platform.configuration with parameters of type FallbackLogger.LoggingLevel Constructor Description FallbackLogger(FallbackLogger.LoggingLevel level)Creates a logger with logging level.
-