Class TracepointLogger
- java.lang.Object
-
- com.intergral.deep.agent.api.logger.TracepointLogger
-
- All Implemented Interfaces:
ITracepointLogger
,IDeepPlugin
,Ordered
public class TracepointLogger extends Object implements ITracepointLogger, IDeepPlugin
This is the default tracepoint logger that will log to the default Deep logger.
-
-
Constructor Summary
Constructors Constructor Description TracepointLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
logTracepoint(String logMsg, String tracepointId, String snapshotId)
Log the result of a tracepoint injected log message.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.intergral.deep.agent.api.spi.IDeepPlugin
configure
-
-
-
-
Method Detail
-
logTracepoint
public void logTracepoint(String logMsg, String tracepointId, String snapshotId)
Description copied from interface:ITracepointLogger
Log the result of a tracepoint injected log message.- Specified by:
logTracepoint
in interfaceITracepointLogger
- Parameters:
logMsg
- the processed log messagetracepointId
- the tracepoint id that triggered the logsnapshotId
- the snapshot id of the generated snapshot from the log
-
-