提交 ea5cb26d 编写于 作者: J Juergen Hoeller

LogFactory obtains ClassLoader-specific LoggerContext for Log4J

Issue: SPR-14512
上级 32bda47e
......@@ -172,7 +172,8 @@ public abstract class LogFactory {
private static final String FQCN = Log4jLog.class.getName();
private static final LoggerContext loggerContext = LogManager.getContext();
private static final LoggerContext loggerContext =
LogManager.getContext(Log4jLog.class.getClassLoader(), false);
private final ExtendedLogger logger;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册