0
Follow
0
View

Java reads the log from the specified path

dengfei698 注册会员
2023-02-27 17:15

Check whether the content and data format of the two log files are consistent. If it is consistent, you write a read file content, then parse the content format into a map or Javabeans(recommended Javabeans) and store them in the list, then sort the list data by date, and finally write the list data into a new log

.