Interface ITracepointLogger
-
- All Known Implementing Classes:
StdOutLogger,TracepointLogger
public interface ITracepointLoggerTracepoint logger is used to log the result of an injected log message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogTracepoint(String logMsg, String tracepointId, String snapshotId)Log the result of a tracepoint injected log message.
-
-
-
Method Detail
-
logTracepoint
void logTracepoint(String logMsg, String tracepointId, String snapshotId)
Log the result of a tracepoint injected log message.- Parameters:
logMsg- the processed log messagetracepointId- the tracepoint id that triggered the logsnapshotId- the snapshot id of the generated snapshot from the log
-
-