On Friday 12 March 2004 23:25, Carsten Ziegeler wrote:

I have fixed the Testcase problems in Avalon LogKit, comprising of;
  1.  NullPointerException in ContextMap.get( key ), if key==null. Fix is;
        if( key == null ) return null;

  2. Formatting output different, due to the ContextMap is part of the output
     if printContext==true in the XMLFormatter. This is by default set to
     true, hence breaking the testcase. I just made printContext=false by
     default, expecially since the ContextMap doesn't have a nice formatting
     anyway ([EMAIL PROTECTED]).

  3. Added a getFormatter() method, since I think the m_formatter has gone
     from protected to private. Method is made protected, but should perhaps
     be public.

  4. Bumped Avalon-LogKit to 2.0 from 2.0-dev.

  5. Bumped Excalibur Logger to 1.2 from 1.1.1.

  6. Update Excalibur Logger to depend on LogKit 2.0

  7. Fixed the LogKit plugin in avalon/logging to use the getFormatter()
     method instead of m_formatter.

  8. Updated avalon/logging to depend on LogKit 2.0


Carsten (and others who are concerned), can you verify that this works as 
expected, and then we move on with a Proposal of a release of Avalon LogKit 
2.0 as well as a Excalibur Logger 1.2  ?

Thanks
Niclas
-- 
+---------//-------------------+
|   http://www.bali.ac         |
|  http://niclas.hedhman.org   |
+------//----------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to