标签: java logging
如何创建包含值两次的日志消息?
例如:
log.error("Request '{}' not found! Add this <request name=\"{}\"> into the xml file.", requestName);
不使用String.format和他丑陋的模式%$1s。
String.format
%$1s