Uses of Enum Class
org.infinispan.util.logging.events.EventLogCategory
Packages that use EventLogCategory
-
Uses of EventLogCategory in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogCategoryModifier and TypeMethodDescriptionEventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134.decode(int $1) EventLog.getCategory()static EventLogCategoryReturns the enum constant of this class with the specified name.static EventLogCategory[]EventLogCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.util.logging.events that return types with arguments of type EventLogCategoryModifier and TypeMethodDescriptionEventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134.getJavaClass()Methods in org.infinispan.util.logging.events with parameters of type EventLogCategoryModifier and TypeMethodDescriptionintEventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134.encode(EventLogCategory $1) default voidEventLogger.error(EventLogCategory category, String message) Logs a message to the event log using theEventLogLevel.ERRORseveritydefault voidEventLogger.fatal(EventLogCategory category, String message) Logs a message to the event log using theEventLogLevel.FATALseveritydefault voidEventLogger.info(EventLogCategory category, String message) Logs a message to the event log using theEventLogLevel.INFOseverityvoidEventLogger.log(EventLogLevel level, EventLogCategory category, String message) Logs a message to the event log with the specified leveldefault voidEventLogger.warn(EventLogCategory category, String message) Logs a message to the event log using theEventLogLevel.WARNseverityMethod parameters in org.infinispan.util.logging.events with type arguments of type EventLogCategoryModifier and TypeMethodDescriptionEventLogger.getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level) Retrieves the event logs from the cluster within the specified range -
Uses of EventLogCategory in org.infinispan.util.logging.events.impl
Fields in org.infinispan.util.logging.events.impl declared as EventLogCategoryMethods in org.infinispan.util.logging.events.impl that return EventLogCategoryMethods in org.infinispan.util.logging.events.impl with parameters of type EventLogCategoryModifier and TypeMethodDescriptionvoidBasicEventLogger.log(EventLogLevel level, EventLogCategory category, String message) voidDecoratedEventLogger.log(EventLogLevel level, EventLogCategory category, String message) Method parameters in org.infinispan.util.logging.events.impl with type arguments of type EventLogCategoryModifier and TypeMethodDescriptionBasicEventLogger.getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level) The basic event logger doesn't collect anything.DecoratedEventLogger.getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level) Constructors in org.infinispan.util.logging.events.impl with parameters of type EventLogCategoryModifierConstructorDescriptionBaseEventLog(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)