Uses of Enum
org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor.Severity
-
Uses of BackgroundJobMonitor.Severity in org.evolvis.tartools.backgroundjobs
Methods in org.evolvis.tartools.backgroundjobs that return BackgroundJobMonitor.SeverityModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BackgroundJobMonitor.Severity[]BackgroundJobMonitor.Severity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJobMonitor.SeverityModifier and TypeMethodDescriptionvoidBackgroundJobLog.log(BackgroundJobMonitor.Severity severity, Object message) voidBackgroundJobMonitor.log(BackgroundJobMonitor.Severity severity, Object message) write to the (job-specific) log.voidCompositeBackgroundJob.SubJobMonitor.log(BackgroundJobMonitor.Severity severity, Object message)