Package com.itextpdf.text.log


package com.itextpdf.text.log
  • Class
    Description
    Interface that can be implemented if you want to count the number of documents that are being processed by iText.
    Factory that creates a counter for every reader or writer class.
    Implementation of the Counter interface that doesn't do anything.
    The different log levels.
    LoggerFactory can be used to set a logger.
    Implementation of the Counter interface that doesn't do anything.
    The no-operation logger, it does nothing with the received logging statements.
     
    A Simple System.out logger.