Uses of Class
com.openhtmltopdf.util.Diagnostic
Packages that use Diagnostic
Package
Description
-
Uses of Diagnostic in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper with type parameters of type DiagnosticModifier and TypeFieldDescriptionBaseRendererBuilder.BaseRendererBuilderState._diagnosticConsumerMethod parameters in com.openhtmltopdf.outputdevice.helper with type arguments of type DiagnosticModifier and TypeMethodDescriptionBaseRendererBuilder.withDiagnosticConsumer(Consumer<Diagnostic> diagnosticConsumer) -
Uses of Diagnostic in com.openhtmltopdf.slf4j
Methods in com.openhtmltopdf.slf4j with parameters of type DiagnosticModifier and TypeMethodDescriptionbooleanSlf4jLogger.isLogLevelEnabled(Diagnostic diagnostic) voidSlf4jLogger.log(Diagnostic diagnostic) -
Uses of Diagnostic in com.openhtmltopdf.util
Fields in com.openhtmltopdf.util with type parameters of type DiagnosticModifier and TypeFieldDescriptionprivate static final ThreadLocal<Consumer<Diagnostic>> ThreadCtx.diagnosticConsumerMethods in com.openhtmltopdf.util with parameters of type DiagnosticModifier and TypeMethodDescription(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 DiagnosticModifier and TypeMethodDescriptionstatic CloseableThreadCtx.applyDiagnosticConsumer(Consumer<Diagnostic> consumer)