Uses of Interface
com.openhtmltopdf.util.XRLogger
-
Packages that use XRLogger Package Description com.openhtmltopdf.slf4j com.openhtmltopdf.util -
-
Uses of XRLogger in com.openhtmltopdf.slf4j
Classes in com.openhtmltopdf.slf4j that implement XRLogger Modifier and Type Class Description class
Slf4jLogger
-
Uses of XRLogger in com.openhtmltopdf.util
Classes in com.openhtmltopdf.util that implement XRLogger Modifier and Type Class Description class
JDKXRLogger
AnXRLogger
interface that usesjava.util.logging
.Fields in com.openhtmltopdf.util declared as XRLogger Modifier and Type Field Description private static XRLogger
XRLog. loggerImpl
Methods in com.openhtmltopdf.util that return XRLogger Modifier and Type Method Description static XRLogger
XRLog. getLoggerImpl()
Methods in com.openhtmltopdf.util with parameters of type XRLogger Modifier and Type Method Description static void
XRLog. setLoggerImpl(XRLogger loggerImpl)
-