Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在收听 Java 中 syslog 文件的更改。我使用接受的答案来处理文件的新条目。但是,我找不到检测翻转文件的有效解决方案。系统日志文件可能每天滚动更新或基于文件大小。
处理此类案件的最佳做法是什么?