Package | Description |
---|---|
org.eclipse.net4j.util.om.log |
Interfaces and classes for platform-independent logging.
|
Modifier and Type | Method and Description |
---|---|
protected RollingLog.LogLine |
RollingLog.createLogLine(java.lang.String message) |
RollingLog.LogLine |
RollingLog.RecoveryEvent.getLogLine() |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<RollingLog.LogLine> |
RollingLog.iterator() |
static CloseableIterator<RollingLog.LogLine> |
RollingLog.iterator(java.lang.String logFile) |
Modifier and Type | Method and Description |
---|---|
protected void |
RollingLog.recovery(java.util.Properties properties,
RollingLog.LogLine logLine) |
protected void |
RollingLog.writeLogLine(RollingLog.LogLine logLine,
java.io.PrintStream out) |
Modifier and Type | Method and Description |
---|---|
protected long |
RollingLog.writeLogLines(java.util.List<RollingLog.LogLine> logLines) |
protected long |
RollingLog.writeLogLines(java.util.List<RollingLog.LogLine> logLines,
java.io.PrintStream out) |
Constructor and Description |
---|
RecoveryEvent(RollingLog rollingLog,
java.util.Properties properties,
RollingLog.LogLine logLine) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html