logger.info("{} {} {}", arg1, arg2, arg3)
2017-10-20 15:18:58 INFO test.TestApp - 0 aaaaaa 2
2017-10-20 15:18:58 INFO test.TestApp - 123 ss 2
2017-10-20 15:18:58 INFO test.TestApp - 99 dddddddd 2
logger.info(String.format("%-20s %-20s %-2d", arg1, arg2, arg3));