Class EventLogManagerImpl
java.lang.Object
org.infinispan.util.logging.events.impl.EventLogManagerImpl
- All Implemented Interfaces:
EventLogManager
EventLogManagerImpl. The default implementation of the EventLogManager.
- Since:
- 8.2
- Author:
- Tristan Tarrant
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventLoggerNotifierprotected org.infinispan.commons.time.TimeService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplaceEventLogger(EventLogger newLogger) Replaces the event logger with the provided one.voidstart()
-
Field Details
-
notifier
-
timeService
protected org.infinispan.commons.time.TimeService timeService
-
-
Constructor Details
-
EventLogManagerImpl
public EventLogManagerImpl()
-
-
Method Details
-
start
public void start() -
replaceEventLogger
Description copied from interface:EventLogManagerReplaces the event logger with the provided one.- Specified by:
replaceEventLoggerin interfaceEventLogManager- Returns:
- the previous logger
-
getEventLogger
- Specified by:
getEventLoggerin interfaceEventLogManager- Returns:
- the event logger
-