Package | Description |
---|---|
org.infinispan.util.logging.events | |
org.infinispan.util.logging.events.impl |
Modifier and Type | Method and Description |
---|---|
EventLogLevel |
EventLog.getLevel() |
static EventLogLevel |
EventLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventLogLevel[] |
EventLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventLogger.log(EventLogLevel level,
EventLogCategory category,
String message)
Logs a message to the event log with the specified level
|
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 |
---|---|
void |
DecoratedEventLogger.log(EventLogLevel level,
EventLogCategory category,
String message) |
void |
BasicEventLogger.log(EventLogLevel level,
EventLogCategory category,
String message) |
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 © 2021 JBoss, a division of Red Hat. All rights reserved.