PageRenderCollectionLogger

Simple implementation of PageRenderSubscriber that just logs the rendering of any collections to a debug log.

API

PageRenderCollectionLogger.java
class PageRenderCollectionLogger {
  boolean isEnabled()
  void onRenderingCollection(Supplier<List<Bookmark>> bookmarkSupplier)
  void onRenderedCollection(Supplier<List<Bookmark>> bookmarkSupplier)
}