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._diagnosticConsumer
Method 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 TypeMethodDescriptionboolean
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 DiagnosticModifier and TypeFieldDescriptionprivate static final ThreadLocal
<Consumer<Diagnostic>> ThreadCtx.diagnosticConsumer
Methods in com.openhtmltopdf.util with parameters of type DiagnosticModifier and TypeMethodDescription(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 DiagnosticModifier and TypeMethodDescriptionstatic Closeable
ThreadCtx.applyDiagnosticConsumer
(Consumer<Diagnostic> consumer)