Log4j ThreadContext.clear() 不适用于自动完成?

Log4j ThreadContext.clear() not available with auto-complete?

根据Log4j documentation我可以调用

ThreadContext.clear();

但是在我的 IDE 中,我没有得到 clear() 作为可用方法,而且我还遇到编译错误,我只看到 clearAll() 等,为什么?类路径中缺少什么?

使用 Log4j 版本 2.16.0。

根据 https://svn.apache.org/viewvc?view=revision&revision=1594389clear() 方法已替换为 clearMap()(删除时已弃用)。