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
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,
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
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
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