You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Mikael Ståldal (JIRA)" <ji...@apache.org> on 2016/08/18 13:10:20 UTC

[jira] [Created] (LOG4J2-1530) LogEvent.getContextStack() can return null

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, [~remkop@yahoo.com]?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org