Uses of Enum Class
de.iip_ecosphere.platform.configuration.easyProducer.EasyLogLevel
Packages that use EasyLogLevel
-
Uses of EasyLogLevel in de.iip_ecosphere.platform.configuration.easyProducer
Fields in de.iip_ecosphere.platform.configuration.easyProducer declared as EasyLogLevelMethods in de.iip_ecosphere.platform.configuration.easyProducer 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.easyProducer with parameters of type EasyLogLevelModifier and TypeMethodDescriptionvoidEasySetup.setLogLevel(EasyLogLevel logLevel) Defines whether EASy-Producer verbose output, in particular during startup, shall be emitted.