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 记录器。
Logger logger = new Logger(MyClass.class);
我可以检查正确的文件是否传递给记录器?
不是 Log4j 1 本身。使用 Log4j 2 你可以这样做:
Logger logger = new LogManager.getLogger();
或者,您可以使用Lombok,并在课程开始时使用 @Log4j(或 @Log4j2)。
你不能:ArchUnit 不分析方法调用参数值,另见#596。