
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
16/Mar/05 04:41 AM
|
|
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.
|
|
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.
|
Show » |
|