Uses of Class
org.infinispan.util.logging.events.EventLogLevel
-
Packages that use EventLogLevel Package Description org.infinispan.util.logging.events org.infinispan.util.logging.events.impl -
-
Uses of EventLogLevel in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogLevel Modifier and Type Method Description EventLogLevelEventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1. decode(int $1)EventLogLevelEventLog. getLevel()static EventLogLevelEventLogLevel. 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 that return types with arguments of type EventLogLevel Modifier and Type Method Description Class<EventLogLevel>EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1. getJavaClass()Methods in org.infinispan.util.logging.events with parameters of type EventLogLevel Modifier and Type Method Description intEventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1. encode(EventLogLevel $1)voidEventLogger. log(EventLogLevel level, EventLogCategory category, String message)Logs a message to the event log with the specified level -
Uses of EventLogLevel in org.infinispan.util.logging.events.impl
Methods in org.infinispan.util.logging.events.impl with parameters of type EventLogLevel Modifier and Type Method Description voidBasicEventLogger. log(EventLogLevel level, EventLogCategory category, String message)voidDecoratedEventLogger. log(EventLogLevel level, EventLogCategory category, String message)
-