org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap

2014-05-15 Thread Gary Gregory
Should org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap be a static? Gary -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com

Re: org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap

2014-05-12 Thread Remko Popma
ut that class deals with > thread inheritance, not class inheritance. > > > On 7 May 2014 13:22, Gary Gregory wrote: > >> Should org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap be a >> static? >> >> Gary >> >> -- >> E-Mail: garydgreg

Re: org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap

2014-05-12 Thread Matt Sicker
l instance field over a static field. It might have been set that way due to the optional use of InheritableThreadLocal, but that class deals with thread inheritance, not class inheritance. On 7 May 2014 13:22, Gary Gregory wrote: > Should org.apache.logging.log4j.spi.DefaultThreadContextMap.