Uses of Interface
org.eclipse.rdf4j.common.logging.LogRecord
-
Packages that use LogRecord Package Description org.eclipse.rdf4j.common.logging.base org.eclipse.rdf4j.common.logging.file.logback -
-
Uses of LogRecord in org.eclipse.rdf4j.common.logging.base
Classes in org.eclipse.rdf4j.common.logging.base that implement LogRecord Modifier and Type Class Description classLogRecordBaseDeprecated.UseSimpleLogRecordinstead.classSimpleLogRecordSimple log record, containing only the basicsMethods in org.eclipse.rdf4j.common.logging.base that return LogRecord Modifier and Type Method Description abstract LogRecordAbstractLogReader. next() -
Uses of LogRecord in org.eclipse.rdf4j.common.logging.file.logback
Fields in org.eclipse.rdf4j.common.logging.file.logback declared as LogRecord Modifier and Type Field Description private LogRecordFileLogReader. nextprivate LogRecordMultipleFileLogReader. nextMethods in org.eclipse.rdf4j.common.logging.file.logback that return LogRecord Modifier and Type Method Description private LogRecordFileLogReader. getNext()Get next log recordprivate LogRecordMultipleFileLogReader. getNext()Get next log recordLogRecordFileLogReader. next()LogRecordMultipleFileLogReader. next()
-