Uses of Interface
org.infinispan.util.logging.events.EventLogger
Packages that use EventLogger
-
Uses of EventLogger in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLoggerModifier and TypeMethodDescriptiondefault EventLoggerSets a context of this event log.default EventLoggerSets a cache as context of this event log.default EventLoggerSets a detail for this event log which could include additional information.default EventLoggerSets a throwable to include as detail for this event.EventLogManager.getEventLogger()static EventLoggerEventLogManager.getEventLogger(EmbeddedCacheManager cacheManager) EventLogManager.replaceEventLogger(EventLogger newLogger) Replaces the event logger with the provided one.default EventLoggerSets the scope of this event log, e.g.default EventLoggerSets a node address as the scope of this event logdefault EventLoggerSets a security name for this event log.default EventLoggerSets a security principal for this event log.default EventLoggerSets a security subject for this event log.Methods in org.infinispan.util.logging.events with parameters of type EventLoggerModifier and TypeMethodDescriptionEventLogManager.replaceEventLogger(EventLogger newLogger) Replaces the event logger with the provided one. -
Uses of EventLogger in org.infinispan.util.logging.events.impl
Classes in org.infinispan.util.logging.events.impl that implement EventLoggerModifier and TypeClassDescriptionclassBasicEventLogger.classDecoratedEventLogger.Methods in org.infinispan.util.logging.events.impl that return EventLoggerModifier and TypeMethodDescriptionEventLogManagerImpl.getEventLogger()EventLogManagerImpl.replaceEventLogger(EventLogger newLogger) Methods in org.infinispan.util.logging.events.impl with parameters of type EventLoggerConstructors in org.infinispan.util.logging.events.impl with parameters of type EventLogger