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.
如何检查 LOG4J 文件附加程序是否已关闭?
您可以检查特定附加程序上关闭的属性。由于closed是一个受保护的字段,您可能需要在使用 java 反射访问之前将其设置为可见。