Package com.itextpdf.text.log
-
Interface Summary Interface Description Counter Interface that can be implemented if you want to count the number of documents that are being processed by iText.Logger Logger interfaceLoggerFactory.setLogger(Logger)
. -
Class Summary Class Description CounterFactory Factory that creates a counter for every reader or writer class.DefaultCounter Implementation of the Counter interface that doesn't do anything.LoggerFactory LoggerFactory can be used to set a logger.NoOpCounter Implementation of the Counter interface that doesn't do anything.NoOpLogger The no-operation logger, it does nothing with the received logging statements.SysoCounter SysoLogger A Simple System.out logger. -
Enum Summary Enum Description Level The different log levels.