Package | Description |
---|---|
com.itextpdf.text.log | |
com.itextpdf.text.pdf.fonts.otf | |
com.itextpdf.text.pdf.mc | |
com.itextpdf.text.pdf.security |
Modifier and Type | Class and Description |
---|---|
class |
NoOpLogger
The no-operation logger, it does nothing with the received logging statements.
|
class |
SysoLogger
A Simple System.out logger.
|
Modifier and Type | Method and Description |
---|---|
Logger |
SysoLogger.getLogger(Class> klass) |
Logger |
NoOpLogger.getLogger(Class> name) |
static Logger |
LoggerFactory.getLogger(Class> klass)
Returns the logger set in this LoggerFactory.
|
Logger |
Logger.getLogger(Class> klass) |
Logger |
SysoLogger.getLogger(String name) |
Logger |
NoOpLogger.getLogger(String name) |
static Logger |
LoggerFactory.getLogger(String name)
Returns the logger set in this LoggerFactory.
|
Logger |
Logger.getLogger(String name) |
Logger |
LoggerFactory.logger()
Get the logger.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerFactory.setLogger(Logger logger)
Set the global logger to process logging statements with.
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
OpenTypeFontTableReader.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
StructureItems.LOGGER
The Logger instance
|
protected static Logger |
MCParser.LOGGER
The Logger instance
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
RootStoreVerifier.LOGGER
The Logger instance
|
protected static Logger |
OCSPVerifier.LOGGER
The Logger instance
|
protected static Logger |
LtvVerifier.LOGGER
The Logger instance
|
protected static Logger |
CRLVerifier.LOGGER
The Logger instance
|
Copyright © 2016. All rights reserved.