Class LogRunnable
java.lang.Object
de.iip_ecosphere.platform.services.environment.metricsProvider.LogRunnable
- All Implemented Interfaces:
Runnable
A simple log runnable to log experimental results.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classRepresents a log record. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PrintStreamprivate Queue<LogRunnable.LogRecord> private boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queue
-
out
-
run
private boolean run
-
-
Constructor Details
-
LogRunnable
Creates a logging runnable for the givenfile.- Parameters:
file- the file- Throws:
IOException- if the log file cannot be created
-
-
Method Details