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