Uses of Class
com.datalogics.PDFL.LogParams
Packages that use LogParams
-
Uses of LogParams in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return LogParamsModifier and TypeMethodDescriptionLibrary.getLogParams()Gets LogParams object with preferences for logging.static final LogParamsPDFLJNI.Library_getLogParams(long jarg1, Library jarg1_) Methods in com.datalogics.PDFL with parameters of type LogParamsModifier and TypeMethodDescriptionstatic final voidPDFLJNI.Library_setLogParams(long jarg1, Library jarg1_, long jarg2, LogParams jarg2_) static final voidPDFLJNI.LogParams_DisposeChildren(long jarg1, LogParams jarg1_) static final StringPDFLJNI.LogParams_getLogFileName(long jarg1, LogParams jarg1_) static final StringPDFLJNI.LogParams_getLogFormat(long jarg1, LogParams jarg1_) static final intPDFLJNI.LogParams_getLogOutputFlags(long jarg1, LogParams jarg1_) static final voidPDFLJNI.LogParams_setLogFileName(long jarg1, LogParams jarg1_, String jarg2) static final voidPDFLJNI.LogParams_setLogFormat(long jarg1, LogParams jarg1_, String jarg2) static final voidPDFLJNI.LogParams_setLogOutputFlags(long jarg1, LogParams jarg1_, int jarg2) voidLibrary.setLogParams(LogParams logParams) Sets LogParams object with preferences for logging.