提交 68020b0b 编写于 作者: oldratlee's avatar oldratlee 🔥

improve log

上级 f629e672
......@@ -24,11 +24,11 @@ public class MtContextAgent {
}
static void install(String agentArgs, Instrumentation inst) {
logger.warning("[MtContextAgent] agentArgs: " + agentArgs + ", Instrumentation: " + inst);
logger.warning("[MtContextAgent.install] agentArgs: " + agentArgs + ", Instrumentation: " + inst);
ClassFileTransformer transformer = new MtContextTransformer();
inst.addTransformer(transformer, true);
logger.warning("[MtContextAgent] addTransformer success.");
logger.warning("[MtContextAgent.install] addTransformer success.");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册