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 classNoOpLoggerThe no-operation logger, it does nothing with the received logging statements.classSysoLoggerA Simple System.out logger.Methods in com.itextpdf.text.log that return Logger Modifier and Type Method Description LoggerLogger. getLogger(java.lang.Class<?> klass)LoggerLogger. getLogger(java.lang.String name)static LoggerLoggerFactory. getLogger(java.lang.Class<?> klass)Returns the logger set in this LoggerFactory.static LoggerLoggerFactory. getLogger(java.lang.String name)Returns the logger set in this LoggerFactory.LoggerNoOpLogger. getLogger(java.lang.Class<?> name)LoggerNoOpLogger. getLogger(java.lang.String name)LoggerSysoLogger. getLogger(java.lang.Class<?> klass)LoggerSysoLogger. getLogger(java.lang.String name)LoggerLoggerFactory. logger()Get the logger.Methods in com.itextpdf.text.log with parameters of type Logger Modifier and Type Method Description voidLoggerFactory. 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 LoggerOpenTypeFontTableReader. 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 LoggerCRLVerifier. LOGGERThe Logger instanceprotected static LoggerLtvVerifier. LOGGERThe Logger instanceprotected static LoggerOCSPVerifier. LOGGERThe Logger instanceprotected static LoggerRootStoreVerifier. LOGGERThe Logger instance
-