Interface IOTraceWriter
-
- All Superinterfaces:
Flushable
- All Known Implementing Classes:
DefaultIOTraceWriter,IOTraceLogWriter
public interface IOTraceWriter extends Flushable
Instances ofIOTraceWriterare responsible for persisting io traces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()voidwriteEntry(@NotNull String entry)Persist aentryvoidwriteHeader(@NotNull String header)Persist aheader
-