Uses of Class
com.openhtmltopdf.util.Diagnostic
-
Packages that use Diagnostic Package Description com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.slf4j com.openhtmltopdf.util -
-
Uses of Diagnostic in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper with type parameters of type Diagnostic Modifier and Type Field Description java.util.function.Consumer<Diagnostic>
BaseRendererBuilder.BaseRendererBuilderState. _diagnosticConsumer
Method parameters in com.openhtmltopdf.outputdevice.helper with type arguments of type Diagnostic Modifier and Type Method Description TFinalClass
BaseRendererBuilder. withDiagnosticConsumer(java.util.function.Consumer<Diagnostic> diagnosticConsumer)
-
Uses of Diagnostic in com.openhtmltopdf.slf4j
Methods in com.openhtmltopdf.slf4j with parameters of type Diagnostic Modifier and Type Method Description boolean
Slf4jLogger. isLogLevelEnabled(Diagnostic diagnostic)
void
Slf4jLogger. log(Diagnostic diagnostic)
-
Uses of Diagnostic in com.openhtmltopdf.util
Fields in com.openhtmltopdf.util with type parameters of type Diagnostic Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.function.Consumer<Diagnostic>>
ThreadCtx. diagnosticConsumer
Methods in com.openhtmltopdf.util with parameters of type Diagnostic Modifier and Type Method Description (package private) static void
ThreadCtx. addDiagnostic(Diagnostic diagnostic)
boolean
JDKXRLogger. isLogLevelEnabled(Diagnostic diagnostic)
boolean
XRLogger. isLogLevelEnabled(Diagnostic diagnostic)
default void
XRLogger. log(Diagnostic diagnostic)
Default slow (!) implementation for logging a Diagnostic object.Method parameters in com.openhtmltopdf.util with type arguments of type Diagnostic Modifier and Type Method Description static java.io.Closeable
ThreadCtx. applyDiagnosticConsumer(java.util.function.Consumer<Diagnostic> consumer)
-