Uses of Class
org.infinispan.util.logging.events.EventLogLevel
-
Packages that use EventLogLevel Package Description org.infinispan.util.logging.events -
-
Uses of EventLogLevel in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogLevel Modifier and Type Method 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.Methods in org.infinispan.util.logging.events with parameters of type EventLogLevel Modifier and Type Method Description void
EventLogger. log(EventLogLevel level, EventLogCategory category, String message)
Logs a message to the event log with the specified level
-