gpt4 book ai didi

java - tinylog 正在格式化普通数字,例如金钱

转载 作者:行者123 更新时间:2023-12-01 15:08:52 26 4
gpt4 key购买 nike

我在 glassfish 中使用tinylog 来记录我的网络服务请求。这是一个日志语句:

Logger.info("record received from user: {0}, stationAxisId: {1}. inserted with recordId: {2}. server timestamp: {3}", username, stationAxisId, res.recordId, res.timeStamp);

问题是 stationAxisId 它是整数。但我在日志文件中看到的是:

addNewRecord-INFO-record received from user: kia, stationAxisId: 10,543,201. inserted with recordId: 56. server timestamp: 1391/07/04 13:55:35.348

它正在将 stationAxisIs 格式化为金钱。我该如何修复它?

最佳答案

tinylog 在内部使用 MessageFormat,因此请参阅第二个答案:How do I format a long integer as a string without separator in Java?

关于java - tinylog 正在格式化普通数字,例如金钱,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12581179/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com