Uses of Class
de.iip_ecosphere.platform.configuration.EasyLogLevel
-
Packages that use EasyLogLevel Package Description de.iip_ecosphere.platform.configuration Implementation. -
-
Uses of EasyLogLevel in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as EasyLogLevel Modifier and Type Field Description private EasyLogLevelEasySetup. logLevelMethods in de.iip_ecosphere.platform.configuration that return EasyLogLevel Modifier and Type Method Description EasyLogLevelEasySetup. getLogLevel()Returns whether EASy-Producer verbose output, in particular during startup, shall be emitted.static EasyLogLevelEasyLogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EasyLogLevel[]EasyLogLevel. 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 EasyLogLevel Modifier and Type Method Description voidEasySetup. setLogLevel(EasyLogLevel logLevel)Defines whether EASy-Producer verbose output, in particular during startup, shall be emitted.
-