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.
在 log4net 中实现 BufferingAppenderSkeleton 并希望优化 volatile 默认数据。但是 FixFlags 枚举似乎是空的。我已经对其进行了反编译,这就是我得到的:
任何人都知道我们如何控制修复标志,因为它们已重构?(log4net 1.2.11)
据我所知,FixFlags 仍然是当前源代码库的一部分(您可以下载源代码,无需反编译):
源 log4net -> FixFlags
在单元测试中它仍然被测试,那里没有任何改变。