| Package | Description |
|---|---|
| org.infinispan.util.logging.events | |
| org.infinispan.util.logging.events.impl |
| Modifier and Type | Method and Description |
|---|---|
EventLogCategory |
EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134.decode(int $1) |
EventLogCategory |
EventLog.getCategory() |
static EventLogCategory |
EventLogCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventLogCategory[] |
EventLogCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<EventLogCategory> |
EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134.getJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
int |
EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134.encode(EventLogCategory $1) |
default void |
EventLogger.error(EventLogCategory category,
String message)
Logs a message to the event log using the
EventLogLevel.ERROR severity |
default void |
EventLogger.fatal(EventLogCategory category,
String message)
Logs a message to the event log using the
EventLogLevel.FATAL severity |
default void |
EventLogger.info(EventLogCategory category,
String message)
Logs a message to the event log using the
EventLogLevel.INFO severity |
void |
EventLogger.log(EventLogLevel level,
EventLogCategory category,
String message)
Logs a message to the event log with the specified level
|
default void |
EventLogger.warn(EventLogCategory category,
String message)
Logs a message to the event log using the
EventLogLevel.WARN severity |
| 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.