aulo Avelar wrote:
> Here is the scenario,
>
> There are many common moludes (class libraries) that uses log4 for logging.
> These libraries can be used by many JVMs, each JVM is started by a different
> user (unix user).
> I'd like to have a separete log file for each user.
set the path to the filename in a way like this: =/some/path/${user.name}/filename.txt
user.name is a system variable, the JDK defines several on startup.
-- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]