Uses of Interface
org.infinispan.util.logging.events.EventLogger
-
Packages that use EventLogger Package Description org.infinispan.util.logging.events org.infinispan.util.logging.events.impl -
-
Uses of EventLogger in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return EventLogger Modifier and Type Method Description default EventLogger
EventLogger. context(String context)
Sets a context of this event log.default EventLogger
EventLogger. context(Cache<?,?> cache)
Sets a cache as context of this event log.default EventLogger
EventLogger. detail(String detail)
Sets a detail for this event log which could include additional information.default EventLogger
EventLogger. detail(Throwable t)
Sets a throwable to include as detail for this event.EventLogger
EventLogManager. getEventLogger()
static EventLogger
EventLogManager. getEventLogger(EmbeddedCacheManager cacheManager)
EventLogger
EventLogManager. replaceEventLogger(EventLogger newLogger)
Replaces the event logger with the provided one.default EventLogger
EventLogger. scope(String scope)
Sets the scope of this event log, e.g.default EventLogger
EventLogger. scope(Address scope)
Sets a node address as the scope of this event logdefault EventLogger
EventLogger. who(String s)
Sets a security name for this event log.default EventLogger
EventLogger. who(Principal principal)
Sets a security principal for this event log.default EventLogger
EventLogger. who(Subject subject)
Sets a security subject for this event log.Methods in org.infinispan.util.logging.events with parameters of type EventLogger Modifier and Type Method Description EventLogger
EventLogManager. 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 EventLogger Modifier and Type Class Description class
BasicEventLogger
BasicEventLogger.class
DecoratedEventLogger
DecoratedEventLogger.Methods in org.infinispan.util.logging.events.impl that return EventLogger Modifier and Type Method Description EventLogger
BasicEventLogger. context(String context)
EventLogger
DecoratedEventLogger. context(String context)
EventLogger
BasicEventLogger. detail(String detail)
EventLogger
DecoratedEventLogger. detail(String detail)
EventLogger
EventLogManagerImpl. getEventLogger()
EventLogger
EventLogManagerImpl. replaceEventLogger(EventLogger newLogger)
EventLogger
BasicEventLogger. scope(String scope)
EventLogger
DecoratedEventLogger. scope(String scope)
EventLogger
DecoratedEventLogger. scope(Address scope)
EventLogger
BasicEventLogger. who(String who)
EventLogger
DecoratedEventLogger. who(String who)
Methods in org.infinispan.util.logging.events.impl with parameters of type EventLogger Modifier and Type Method Description EventLogger
EventLogManagerImpl. replaceEventLogger(EventLogger newLogger)
Constructors in org.infinispan.util.logging.events.impl with parameters of type EventLogger Constructor Description DecoratedEventLogger(EventLogger delegate)
-