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> |
BasicEventLogger.getEvents(Instant start,
int count,
Optional<EventLogCategory> category,
Optional<EventLogLevel> level)
The basic event logger doesn't collect anything.
|
List<EventLog> |
DecoratedEventLogger.getEvents(Instant start,
int count,
Optional<EventLogCategory> category,
Optional<EventLogLevel> level) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.