EalenXie / aop-log

项目正式命名为aop-log,基于Spring AOP,ThreadLocal实现方法埋点信息收集与处理。
Apache License 2.0
117 stars 54 forks source link

希望LogData.step支持模板和参数列表 #2

Closed arccode closed 3 years ago

arccode commented 4 years ago

例如:LogData.step(String template, Object... args)

这样的话可以方便的携带步骤中的一些关键中间变量

EalenXie commented 4 years ago

好的,后续有时间就优化这个功能。

EalenXie commented 3 years ago

2.2release已提供step模板参数支持。