Class LoggingEventListener

java.lang.Object
org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<Object>
org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<MongoMappingEvent<?>>

public class LoggingEventListener extends AbstractMongoEventListener<Object>
ApplicationListener for Mongo mapping events logging the events.
Author:
Jon Brisbin, Martin Baumgartner, Oliver Gierke, Christoph Strobl