Package | Description |
---|---|
org.infinispan.util.logging.events | |
org.infinispan.util.logging.events.impl |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 © 2024 JBoss, a division of Red Hat. All rights reserved.