将控制台输出迁移到 SLF4J
将 System.out/System.err/printStackTrace 替换为 SLF4J 日志调用。按场景使用 info、warn、error,并保留异常堆栈输出。
Co-Authored-By:
Claude <noreply@anthropic.com>
Showing
Please register or sign in to comment
将 System.out/System.err/printStackTrace 替换为 SLF4J 日志调用。按场景使用 info、warn、error,并保留异常堆栈输出。
Co-Authored-By:
Claude <noreply@anthropic.com>