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 class
LogRecordBase
Deprecated.UseSimpleLogRecord
instead.class
SimpleLogRecord
Simple log record, containing only the basicsMethods in org.eclipse.rdf4j.common.logging.base that return LogRecord Modifier and Type Method Description abstract LogRecord
AbstractLogReader. 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 LogRecord
FileLogReader. next
private LogRecord
MultipleFileLogReader. next
Methods in org.eclipse.rdf4j.common.logging.file.logback that return LogRecord Modifier and Type Method Description private LogRecord
FileLogReader. getNext()
Get next log recordprivate LogRecord
MultipleFileLogReader. getNext()
Get next log recordLogRecord
FileLogReader. next()
LogRecord
MultipleFileLogReader. next()
-