Uses of Class
org.eclipse.net4j.util.om.log.RollingLog.LogLine
Packages that use RollingLog.LogLine
Package
Description
Interfaces and classes for platform-independent logging.
-
Uses of RollingLog.LogLine in org.eclipse.net4j.util.om.log
Methods in org.eclipse.net4j.util.om.log that return RollingLog.LogLineModifier and TypeMethodDescriptionprotected RollingLog.LogLine
RollingLog.createLogLine
(String message) RollingLog.RecoveryEvent.getLogLine()
Methods in org.eclipse.net4j.util.om.log that return types with arguments of type RollingLog.LogLineModifier and TypeMethodDescriptionRollingLog.iterator()
static CloseableIterator<RollingLog.LogLine>
Methods in org.eclipse.net4j.util.om.log with parameters of type RollingLog.LogLineModifier and TypeMethodDescriptionprotected void
RollingLog.recovery
(Properties properties, RollingLog.LogLine logLine) protected void
RollingLog.writeLogLine
(RollingLog.LogLine logLine, PrintStream out) Method parameters in org.eclipse.net4j.util.om.log with type arguments of type RollingLog.LogLineModifier and TypeMethodDescriptionprotected long
RollingLog.writeLogLines
(List<RollingLog.LogLine> logLines) protected long
RollingLog.writeLogLines
(List<RollingLog.LogLine> logLines, PrintStream out) Constructors in org.eclipse.net4j.util.om.log with parameters of type RollingLog.LogLineModifierConstructorDescriptionRecoveryEvent
(RollingLog rollingLog, Properties properties, RollingLog.LogLine logLine)