| Package | Description |
|---|---|
| org.infinispan.util.logging.events | |
| org.infinispan.util.logging.events.impl |
| Modifier and Type | Method and Description |
|---|---|
List<EventLog> |
EventLogger.getEvents(Instant start,
int count,
Optional<EventLogCategory> category,
Optional<EventLogLevel> level)
Retrieves the event logs from the cluster within the specified range
|
| Modifier and Type | Method and Description |
|---|---|
List<EventLog> |
DecoratedEventLogger.getEvents(Instant start,
int count,
Optional<EventLogCategory> category,
Optional<EventLogLevel> level) |
List<EventLog> |
BasicEventLogger.getEvents(Instant start,
int count,
Optional<EventLogCategory> category,
Optional<EventLogLevel> level)
The basic event logger doesn't collect anything.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.