提交 5914a2b5 编写于 作者: J Jared Tan 提交者: wu-sheng

add thread-name. (#2209)

上级 b5b69000
......@@ -67,6 +67,7 @@ public class EasyLogger implements ILog {
String format(LogLevel level, String message, Throwable t) {
return StringUtil.join(' ', level.name(),
new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS").format(new Date()),
Thread.currentThread().getName(),
targetClass.getSimpleName(),
": ",
message,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册