Uses of Interface
com.itextpdf.text.log.Logger
-
Packages that use Logger Package Description com.itextpdf.text.log com.itextpdf.text.pdf.fonts.otf com.itextpdf.text.pdf.security -
-
Uses of Logger in com.itextpdf.text.log
Classes in com.itextpdf.text.log that implement Logger Modifier and Type Class Description class
NoOpLogger
The no-operation logger, it does nothing with the received logging statements.class
SysoLogger
A Simple System.out logger.Methods in com.itextpdf.text.log that return Logger Modifier and Type Method Description Logger
Logger. getLogger(java.lang.Class<?> klass)
Logger
Logger. getLogger(java.lang.String name)
static Logger
LoggerFactory. getLogger(java.lang.Class<?> klass)
Returns the logger set in this LoggerFactory.static Logger
LoggerFactory. getLogger(java.lang.String name)
Returns the logger set in this LoggerFactory.Logger
NoOpLogger. getLogger(java.lang.Class<?> name)
Logger
NoOpLogger. getLogger(java.lang.String name)
Logger
SysoLogger. getLogger(java.lang.Class<?> klass)
Logger
SysoLogger. getLogger(java.lang.String name)
Logger
LoggerFactory. logger()
Get the logger.Methods in com.itextpdf.text.log with parameters of type Logger Modifier and Type Method Description void
LoggerFactory. setLogger(Logger logger)
Set the global logger to process logging statements with. -
Uses of Logger in com.itextpdf.text.pdf.fonts.otf
Fields in com.itextpdf.text.pdf.fonts.otf declared as Logger Modifier and Type Field Description protected static Logger
OpenTypeFontTableReader. LOG
-
Uses of Logger in com.itextpdf.text.pdf.security
Fields in com.itextpdf.text.pdf.security declared as Logger Modifier and Type Field Description protected static Logger
CRLVerifier. LOGGER
The Logger instanceprotected static Logger
LtvVerifier. LOGGER
The Logger instanceprotected static Logger
OCSPVerifier. LOGGER
The Logger instanceprotected static Logger
RootStoreVerifier. LOGGER
The Logger instance
-