Search for all usages of System.out.println in the APIJSON source code, focusing on main source directories. Replace with java.util.logging.Logger instances, using appropriate log levels (e.g., FINE, INFO, WARNING). Ensure that logging configuration is added or updated. Test the application to confirm no functionality changes and that logs appear as expected. Refer to the existing code structure for consistent integration.
为什么APIJSON不使用Logger而是要System.out作为日志输出 · Tencent/APIJSON#448 | Good First Issue