Uses of Class
org.infinispan.util.logging.events.EventLogCategory
-
Packages that use EventLogCategory Package Description org.infinispan.util.logging.events org.infinispan.util.logging.events.impl -
-
Uses of EventLogCategory in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogCategory Modifier and Type Method Description EventLogCategoryEventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134. decode(int $1)EventLogCategoryEventLog. getCategory()static EventLogCategoryEventLogCategory. 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.Methods in org.infinispan.util.logging.events that return types with arguments of type EventLogCategory Modifier and Type Method Description Class<EventLogCategory>EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134. getJavaClass()Methods in org.infinispan.util.logging.events with parameters of type EventLogCategory Modifier and Type Method Description intEventLogCategory$___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 EventLogCategory Modifier and Type Method 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 -
Uses of EventLogCategory in org.infinispan.util.logging.events.impl
Methods in org.infinispan.util.logging.events.impl with parameters of type EventLogCategory Modifier and Type Method Description voidBasicEventLogger. 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 EventLogCategory Modifier and Type Method 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)
-