You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Araceli HENLEY <ar...@atc.creative.com> on 2006/02/15 19:21:53 UTC

localization







I have three questions:

   What locale's does log4cxx support?
   Is there a Visutal C++ project file for 9.8
   Is there a target date for the new release?


Thanks,

Araceli

Re: localization

Posted by Curt Arnold <ca...@apache.org>.
On Feb 15, 2006, at 12:21 PM, Araceli HENLEY wrote:

> I have three questions:
>
> What locale's does log4cxx support?
> Is there a Visutal C++ project file for 9.8
> Is there a target date for the new release?
>
>
> Thanks,
>
> Araceli

log4cxx has no or limited awareness of locale.  Like log4j, it should  
follow the currently set C or C++ default locale when formatting  
dates, etc.

Microsoft Visual C++ project files can be created from the Ant build  
using "ant build-projects-vc6".  See INSTALL for more details on the  
Ant build.

Good intentions but no hard date.  The blocking issues are listed in  
a JIRA bug (http://issues.apache.org/jira) but JIRA is down at the  
moment.  One of the big issues (at least for me) is eliminating the  
dependency on libxml2 and/or MSXML3 and I'm working on that.