Uses of Class
com.scivicslab.actoriac.log.LogEntry
Packages that use LogEntry
-
Uses of LogEntry in com.scivicslab.actoriac.log
Methods in com.scivicslab.actoriac.log that return LogEntryModifier and TypeMethodDescriptionprivate LogEntryH2LogReader.mapLogEntry(ResultSet rs) private LogEntryH2LogStore.mapLogEntry(ResultSet rs) Methods in com.scivicslab.actoriac.log that return types with arguments of type LogEntryModifier and TypeMethodDescriptionDistributedLogStore.getErrors(long sessionId) Retrieves error logs for a session.DistributedLogStore.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) DistributedLogStore.getLogsByNode(long sessionId, String nodeId) Retrieves all log entries for a specific node in a session.H2LogReader.getLogsByNode(long sessionId, String nodeId) Gets logs filtered by node ID.H2LogStore.getLogsByNode(long sessionId, String nodeId)