Uses of Enum
org.infinispan.util.logging.events.EventLogLevel
Packages that use EventLogLevel
-
Uses of EventLogLevel in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogLevelModifier and TypeMethodDescriptionEventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1.decode(int $1) EventLog.getLevel()static EventLogLevelReturns 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 EventLogLevelModifier and TypeMethodDescriptionEventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1.getJavaClass()Methods in org.infinispan.util.logging.events with parameters of type EventLogLevelModifier and TypeMethodDescriptionintEventLogLevel$___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
Fields in org.infinispan.util.logging.events.impl declared as EventLogLevelMethods in org.infinispan.util.logging.events.impl that return EventLogLevelMethods in org.infinispan.util.logging.events.impl with parameters of type EventLogLevelModifier and TypeMethodDescriptionvoidBasicEventLogger.log(EventLogLevel level, EventLogCategory category, String message) voidDecoratedEventLogger.log(EventLogLevel level, EventLogCategory category, String message) Constructors in org.infinispan.util.logging.events.impl with parameters of type EventLogLevelModifierConstructorDescriptionBaseEventLog(Instant when, EventLogLevel level, EventLogCategory category, String message) BaseEventLog(Instant when, EventLogLevel level, EventLogCategory category, String message, String detail, String context, String who, String scope)