Package | Description |
---|---|
com.itextpdf.text.log | |
com.itextpdf.text.pdf.fonts.otf | |
com.itextpdf.text.pdf.security |
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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LoggerFactory.setLogger(Logger logger) |
Set the global logger to process logging statements with.
|
Modifier and Type | Field | Description |
---|---|---|
protected static Logger |
OpenTypeFontTableReader.LOG |
Modifier and Type | Field | Description |
---|---|---|
protected static Logger |
CRLVerifier.LOGGER |
The Logger instance
|
protected static Logger |
LtvVerifier.LOGGER |
The Logger instance
|
protected static Logger |
OCSPVerifier.LOGGER |
The Logger instance
|
protected static Logger |
RootStoreVerifier.LOGGER |
The Logger instance
|
Copyright © 1998–2018. All rights reserved.