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.private LogLevelH2LogStore.parseLogLevelFromLabel(String label, int exitCode) Parses log level from the label parameter.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 label, LogLevel level, String message) Records a log entry with transition context.voidvoidprivate voidH2LogStore.writeToTextLog(String nodeId, String label, LogLevel level, String message) Writes a log entry to the text log file if enabled.Constructors in com.scivicslab.actoriac.log with parameters of type LogLevelModifierConstructorDescriptionInsertLog(long sessionId, String nodeId, String label, 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 label, String actionName, LogLevel level, String message, Integer exitCode, Long durationMs)