Uses of Enum Class
com.github.kagkarlsson.scheduler.logging.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in com.github.kagkarlsson.scheduler
Fields in com.github.kagkarlsson.scheduler declared as LogLevelModifier and TypeFieldDescriptionstatic final LogLevelSchedulerBuilder.DEFAULT_FAILURE_LOG_LEVELprotected LogLevelSchedulerBuilder.logLevelMethods in com.github.kagkarlsson.scheduler with parameters of type LogLevelModifier and TypeMethodDescriptionSchedulerBuilder.failureLogging(LogLevel logLevel, boolean logStackTrace) Constructors in com.github.kagkarlsson.scheduler with parameters of type LogLevelModifierConstructorDescriptionprotectedScheduler(Clock clock, TaskRepository schedulerTaskRepository, TaskRepository clientTaskRepository, TaskResolver taskResolver, int threadpoolSize, ExecutorService executorService, SchedulerName schedulerName, Waiter executeDueWaiter, Duration heartbeatInterval, boolean enableImmediateExecution, StatsRegistry statsRegistry, PollingStrategyConfig pollingStrategyConfig, Duration deleteUnresolvedAfter, Duration shutdownMaxWait, LogLevel logLevel, boolean logStackTrace, List<OnStartup> onStartup) -
Uses of LogLevel in com.github.kagkarlsson.scheduler.logging
Methods in com.github.kagkarlsson.scheduler.logging that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.kagkarlsson.scheduler.logging with parameters of type LogLevel