In the current CVS HEAD (see
http://issues.apache.org/jira/browse/LOGCXX-76), I've emulated a couple
of the Java properties (java.io.tmpdir, user.home, user.dir) that can
now be used in both log4j and log4cxx for providing a base for file
specifications. The real missing one is the directory o
The configuration classes do environment variable substitution, thus you
can use $HOME or something else. I don't recall if it uses platform
specific conventions ($HOME, %HOME%), just Unix conventions ($HOME), or
whether you can/must use delimiters ($(HOME), ${HOME}). There is some
method called