lombok 的 @Slf4j

1
2
// 其中 {} 表示占位符
log.info("from:{},to:{},amount:{}", from, to, amount);