Issue Details (XML | Word | Printable)

Key: LOGCXX-76
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Curt Arnold
Reporter: Curt Arnold
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4cxx

user.home, user.dir, java.io.tmpdir available within configuration files

Created: 16/Mar/05 04:37 AM   Updated: 16/Mar/05 04:41 AM
Return to search
Component/s: Configurator
Affects Version/s: 0.9.7
Fix Version/s: 0.10.0

Time Tracking:
Not Specified

Resolution Date: 16/Mar/05 04:41 AM


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #308817 Tue Mar 15 19:41:33 UTC 2005 carnold LOGCXX-76: user.home et al within config files
Files Changed
MODIFY /logging/log4cxx/trunk/src/system.cpp
MODIFY /logging/log4cxx/trunk/tests/src/helpers/optionconvertertestcase.cpp

Repository Revision Date User Message
ASF #425948 Thu Jul 27 03:59:07 UTC 2006 carnold LOGCXX-76: Still pass tests if APR unable to return home directory
Files Changed
MODIFY /logging/log4cxx/trunk/tests/src/helpers/optionconvertertestcase.cpp