Re: Intended commit ...

2006-02-28 Thread Andreas Fester
Curt Arnold wrote: > >> >>> initialization and would not reflect changes that occur after that >>> time. >> >> They can be changed by the application by calling System::setProperty(). >> I dont know the internal implementation of the apr_()-Functions, >> but is it possible that their return valu

Re: Intended commit ...

2006-02-27 Thread Curt Arnold
initialization and would not reflect changes that occur after that time. They can be changed by the application by calling System::setProperty(). I dont know the internal implementation of the apr_()-Functions, but is it possible that their return values (user name, temporary directory,

Re: Intended commit ...

2006-02-27 Thread Andreas Fester
Curt Arnold wrote: > On Feb 27, 2006, at 3:12 PM, Andreas Fester wrote: >> I indent to commit the attached patch. It adds the [...] >> Its primarily a preparation for LOGCXX-126: >> it will allow to set a system property like "log4cxx.useWideStreams" >> very early in the application to switch to wi

Re: Intended commit ...

2006-02-27 Thread Curt Arnold
On Feb 27, 2006, at 3:12 PM, Andreas Fester wrote: I indent to commit the attached patch. It adds the possibility to set system properties (they are still retrieved from the environment if they do not exist yet when they are read the first time). This will allow applications to set any kind of

Intended commit ...

2006-02-27 Thread Andreas Fester
I indent to commit the attached patch. It adds the possibility to set system properties (they are still retrieved from the environment if they do not exist yet when they are read the first time). This will allow applications to set any kind of system property to configure very basic behaviour of lo