Author: rgoers
Date: Mon Jul 23 04:55:17 2012
New Revision: 1364495
URL: http://svn.apache.org/viewvc?rev=1364495&view=rev
Log:
Removed @doubts and MDC and NDC are in a ThreadContext. However, they are
individually available in the Event
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java?rev=1364495&r1=1364494&r2=1364495&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
(original)
+++
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
Mon Jul 23 04:55:17 2012
@@ -88,8 +88,6 @@ public interface LogEvent extends Serial
* Get the MDC data.
*
* @return A copy of the Mapped Diagnostic Context or null.
- * @doubt as mentioned elsewhere, think MDC and NDC should be combined
into a thread context object.
- * (RG) Still to do.
*/
Map<String, String> getContextMap();
@@ -97,8 +95,6 @@ public interface LogEvent extends Serial
* Get the NDC data.
*
* @return A copy of the Nested Diagnostic Context of null;
- * @doubt as mentioned elsewhere, think MDC and NDC should be combined
into a thread context object.
- * (RG) Still to do.
*/
Stack<String> getContextStack();