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. _diagnosticConsumerMethod parameters in com.openhtmltopdf.outputdevice.helper with type arguments of type Diagnostic Modifier and Type Method Description TFinalClassBaseRendererBuilder. 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 booleanSlf4jLogger. isLogLevelEnabled(Diagnostic diagnostic)voidSlf4jLogger. 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. diagnosticConsumerMethods in com.openhtmltopdf.util with parameters of type Diagnostic Modifier and Type Method Description (package private) static voidThreadCtx. addDiagnostic(Diagnostic diagnostic)booleanJDKXRLogger. isLogLevelEnabled(Diagnostic diagnostic)booleanXRLogger. isLogLevelEnabled(Diagnostic diagnostic)default voidXRLogger. 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.CloseableThreadCtx. applyDiagnosticConsumer(java.util.function.Consumer<Diagnostic> consumer)
-