Uses of Class
com.jalios.jcms.logging.LoggingSetupManager.LoggingLevelDuration
-
Packages that use LoggingSetupManager.LoggingLevelDuration Package Description com.jalios.jcms.logging -
-
Uses of LoggingSetupManager.LoggingLevelDuration in com.jalios.jcms.logging
Methods in com.jalios.jcms.logging that return LoggingSetupManager.LoggingLevelDuration Modifier and Type Method Description LoggingSetupManager.LoggingLevelDuration
LoggingSetupHandler. getAvailableDuration()
static LoggingSetupManager.LoggingLevelDuration
LoggingSetupManager.LoggingLevelDuration. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoggingSetupManager.LoggingLevelDuration[]
LoggingSetupManager.LoggingLevelDuration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.logging that return types with arguments of type LoggingSetupManager.LoggingLevelDuration Modifier and Type Method Description static java.util.stream.Stream<LoggingSetupManager.LoggingLevelDuration>
LoggingSetupManager.LoggingLevelDuration. stream()
Methods in com.jalios.jcms.logging with parameters of type LoggingSetupManager.LoggingLevelDuration Modifier and Type Method Description void
LoggingSetupManager. setLevel(java.lang.String packageName, org.apache.log4j.Level level, LoggingSetupManager.LoggingLevelDuration duration)
-