Interface FrameCollector.ILogProcessResult
-
- Enclosing class:
- FrameCollector
protected static interface FrameCollector.ILogProcessResult
The result of processing the tracepoint log message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
processedLog()
Collection<WatchResult>
result()
Map<String,Variable>
variables()
-
-
-
Method Detail
-
processedLog
String processedLog()
-
result
Collection<WatchResult> result()
-
-