Uses of Class
net.ssehub.easy.basics.logger.LoggingLevel
-
Packages that use LoggingLevel Package Description net.ssehub.easy.basics.logger 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 LoggingLevel Modifier and Type Field Description private LoggingLevelEASyLoggerFactory. levelMethods in net.ssehub.easy.basics.logger that return LoggingLevel Modifier and Type Method Description private static LoggingLevelEASyLoggerFactory. determineLevel(LoggingLevel defaultLevel)Checks whether a property was passed to the JVM for specifying aLoggingLevel.LoggingLevelEASyLoggerFactory. getLoggingLevel()Returns theLoggingLevelthat is used by the logger.static LoggingLevelLoggingLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoggingLevel[]LoggingLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.basics.logger with parameters of type LoggingLevel Modifier and Type Method Description private static LoggingLevelEASyLoggerFactory. determineLevel(LoggingLevel defaultLevel)Checks whether a property was passed to the JVM for specifying aLoggingLevel.voidEASyLoggerFactory. setLoggingLevel(LoggingLevel loggingLevel)Sets anLoggingLevel.
-