| Package | Description |
|---|---|
| org.infinispan.util.logging.events | |
| org.infinispan.util.logging.events.impl |
| Modifier and Type | Method and Description |
|---|---|
EventLogLevel |
EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1.decode(int $1) |
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 |
|---|---|
Class<EventLogLevel> |
EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1.getJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
int |
EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1.encode(EventLogLevel $1) |
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 |
BasicEventLogger.log(EventLogLevel level,
EventLogCategory category,
String message) |
void |
DecoratedEventLogger.log(EventLogLevel level,
EventLogCategory category,
String message) |
| 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 © 2022 JBoss by Red Hat. All rights reserved.