Uses of Class
com.openhtmltopdf.util.LogMessageId.LogMessageId2Param
-
Packages that use LogMessageId.LogMessageId2Param Package Description com.openhtmltopdf.util -
-
Uses of LogMessageId.LogMessageId2Param in com.openhtmltopdf.util
Methods in com.openhtmltopdf.util that return LogMessageId.LogMessageId2Param Modifier and Type Method Description static LogMessageId.LogMessageId2Param
LogMessageId.LogMessageId2Param. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogMessageId.LogMessageId2Param[]
LogMessageId.LogMessageId2Param. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.util with parameters of type LogMessageId.LogMessageId2Param Modifier and Type Method Description static void
XRLog. log(java.util.logging.Level level, LogMessageId.LogMessageId2Param logMessageId, java.lang.Object arg1, java.lang.Object arg2)
static void
XRLog. log(java.util.logging.Level level, LogMessageId.LogMessageId2Param logMessageId, java.lang.Object arg1, java.lang.Object arg2, java.lang.Throwable throwable)
-