Uses of Enum Class
com.scivicslab.actoriac.log.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in com.scivicslab.actoriac.cli
Fields in com.scivicslab.actoriac.cli declared as LogLevelMethods in com.scivicslab.actoriac.cli with parameters of type LogLevel -
Uses of LogLevel in com.scivicslab.actoriac.log
Subclasses with type arguments of type LogLevel in com.scivicslab.actoriac.logFields in com.scivicslab.actoriac.log declared as LogLevelModifier and TypeFieldDescriptionprivate final LogLevelH2LogStore.LogTask.InsertLog.levelThe field for thelevelrecord component.private final LogLevelLogEntry.levelMethods in com.scivicslab.actoriac.log that return LogLevelModifier and TypeMethodDescriptionLogEntry.getLevel()H2LogStore.LogTask.InsertLog.level()Returns the value of thelevelrecord component.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.actoriac.log 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) booleanvoidRecords a log entry.voidDistributedLogStore.log(long sessionId, String nodeId, String vertexName, LogLevel level, String message) Records a log entry with vertex context.voidvoidConstructors in com.scivicslab.actoriac.log with parameters of type LogLevelModifierConstructorDescriptionInsertLog(long sessionId, String nodeId, String vertexName, String actionName, LogLevel level, String message, Integer exitCode, Long durationMs) Creates an instance of aInsertLogrecord class.LogEntry(long id, long sessionId, LocalDateTime timestamp, String nodeId, String vertexName, String actionName, LogLevel level, String message, Integer exitCode, Long durationMs)