Uses of Enum Class
net.ssehub.easy.basics.logger.LoggingLevel
Packages that use LoggingLevel
Package
Description
The core logging mechanism for the variability model (and indirectly for EASy).
-
Uses of LoggingLevel in net.ssehub.easy.basics.logger
Fields in net.ssehub.easy.basics.logger declared as LoggingLevelMethods in net.ssehub.easy.basics.logger that return LoggingLevelModifier and TypeMethodDescriptionprivate static LoggingLevelEASyLoggerFactory.determineLevel(LoggingLevel defaultLevel) Checks whether a property was passed to the JVM for specifying aLoggingLevel.EASyLoggerFactory.getLoggingLevel()Returns theLoggingLevelthat is used by the logger.static LoggingLevelReturns the enum constant of this class with the specified name.static LoggingLevel[]LoggingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.basics.logger with parameters of type LoggingLevelModifier and TypeMethodDescriptionprivate static LoggingLevelEASyLoggerFactory.determineLevel(LoggingLevel defaultLevel) Checks whether a property was passed to the JVM for specifying aLoggingLevel.voidEASyLoggerFactory.setLoggingLevel(LoggingLevel loggingLevel) Sets anLoggingLevel.