Uses of Enum Class
de.iip_ecosphere.platform.configuration.EasyLogLevel
Packages that use EasyLogLevel
-
Uses of EasyLogLevel in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as EasyLogLevelMethods in de.iip_ecosphere.platform.configuration that return EasyLogLevelModifier and TypeMethodDescriptionEasySetup.getLogLevel()Returns whether EASy-Producer verbose output, in particular during startup, shall be emitted.static EasyLogLevelReturns the enum constant of this class with the specified name.static EasyLogLevel[]EasyLogLevel.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 EasyLogLevelModifier and TypeMethodDescriptionvoidEasySetup.setLogLevel(EasyLogLevel logLevel) Defines whether EASy-Producer verbose output, in particular during startup, shall be emitted.