Generated by
JDiff

Package com.itextpdf.kernel.log

Changed Classes and Interfaces
CounterManager Manager that works with ICounterFactory.
DefaultCounter Default implementation of the ICounter interface that essentially doesn't do anything.
ICounter Interface that can be implemented if you want to count the number of documents that are being processed by iText.
ICounterFactory Factory that can be registered in CounterManager and creates a counter for every reader or writer class.
SimpleCounterFactory ICounterFactory implementation that always returns counter instance passed to it in constructor
SystemOutCounter A ICounter implementation that outputs information about read and written documents to System.out
SystemOutCounterFactory ICounterFactory implementation that creates new SystemOutCounter on each call.