iText 7 7.1.8 API
iText.Kernel.Log Namespace Reference

Classes

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