qqxx6661 / log-record

使用注解优雅记录系统日志,操作日志,后端埋点等,支持SpEL表达式,自定义上下文,自定义函数,实体类DIFF等其他高阶处理。
Apache License 2.0
925 stars 173 forks source link

自定义上下文空字符串影响多个@OperationLog的定义顺序 #96

Closed itxingqing closed 7 months ago

itxingqing commented 9 months ago

当自定义上下文中,设置一个为空字符串的值时,如LogRecordContext.putVariable("insertId", “”); 此时, @OperationLog注解有多个时间,顺序不会按照定义的顺序进行输出

qqxx6661 commented 8 months ago

@OperationLog注解有多个时间

是指用了多个注解还是说有嵌套注解?能否把问题再详细描述下