simpler-robot icon indicating copy to clipboard operation
simpler-robot copied to clipboard

simbot-logger当参数最后为额外的异常类型时不会输出错误

Open ForteScarlet opened this issue 3 years ago • 0 comments

版本号

v3.0.0

附加版本

No response

问题描述

simbot-logger日志模块无法处理最后一个为异常的额外参数。

复现方式

Exception e = ...;
logger.info("{}, {}", 1, "foo", e);

相关日志

No response

其他补充

No response

ForteScarlet avatar Jul 16 '22 15:07 ForteScarlet