Uses of Class
com.openhtmltopdf.util.Diagnostic
-
Packages that use Diagnostic Package Description com.openhtmltopdf.outputdevice.helper 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 Consumer<Diagnostic>BaseRendererBuilder.BaseRendererBuilderState. _diagnosticConsumerMethod parameters in com.openhtmltopdf.outputdevice.helper with type arguments of type Diagnostic Modifier and Type Method Description TFinalClassBaseRendererBuilder. withDiagnosticConsumer(Consumer<Diagnostic> diagnosticConsumer) -
Uses of Diagnostic in com.openhtmltopdf.util
Methods in com.openhtmltopdf.util with parameters of type Diagnostic Modifier and Type Method Description 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 CloseableThreadCtx. applyDiagnosticConsumer(Consumer<Diagnostic> consumer)
-