Uses of Enum Class
com.scivicslab.turingworkflow.plugins.logdb.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in com.scivicslab.turingworkflow.plugins.logdb
Methods in com.scivicslab.turingworkflow.plugins.logdb that return LogLevelModifier and TypeMethodDescriptionLogEntry.getLevel()static 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.scivicslab.turingworkflow.plugins.logdb with parameters of type LogLevelModifier and TypeMethodDescriptionDistributedLogStore.getLogsByLevel(long sessionId, LogLevel minLevel) Retrieves log entries filtered by level.H2LogReader.getLogsByLevel(long sessionId, LogLevel minLevel) Gets logs filtered by minimum log level.H2LogStore.getLogsByLevel(long sessionId, LogLevel minLevel) booleanChecks whether this log level is at least as severe as the given level.voidRecords a log entry.voidDistributedLogStore.log(long sessionId, String nodeId, String label, LogLevel level, String message) Records a log entry with transition context.voidvoidConstructors in com.scivicslab.turingworkflow.plugins.logdb with parameters of type LogLevel