添加日志记录

This commit is contained in:
tursom 2019-12-15 19:30:03 +08:00
parent 560eddac2a
commit 62131beaa0

View File

@ -64,7 +64,7 @@ val defaultColorfulPattern = LogbackPattern.make {
+color { magenta }("[${+thread.right(15, 15)}]") + " " +
+color { highlight }(+level.left(5)) + " " +
+color { cyan }("[${+logger["20"].right(20, 20)}]") + " - " +
+color { highlight }(+message) + " " +
+color { highlight }(+message) +
+nextLine
}