Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.9.7
-
None
Description
log4j configuration files can make use of ${user.home}, ${user.dir} and ${java.io.tmpdir} to refer to the user's home directory, user's current working directory and a temporary directory. log4cxx could allow you to refer to potentially equivalent environment variables like ${HOME}, but portability is questionable. This enhancement adds ${user.home} and ${user.name) (when APR_HAS_USER is true) and ${user.dir} and ${java.io.tmpdir} on all platforms.