Mikael Ståldal created LOG4J2-1530:
--------------------------------------
Summary: LogEvent.getContextStack() can return null
Key: LOG4J2-1530
URL: https://issues.apache.org/jira/browse/LOG4J2-1530
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.6.2
Reporter: Mikael Ståldal
>From the {{LogEvent}} interface:
{code}
/**
* Gets the context stack (also known as Nested Diagnostic Context or NDC).
*
* @return The context stack, never {@code null}.
*/
ThreadContext.ContextStack getContextStack();
{code}
This method does return {{null}} if nothing is added to the context stack.
A {{MutableLogEvent}} is used, I suspect that it is not initialized correctly,
[[email protected]]?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]