1) don't know about Avalon,
2)
static String DIR = "/temp";
String username = getUserName();
Category logger = Category.getInstance(username);
logger.addAppender( new FileAppender(new PatternLayout("%p %d{ISO8601} - %m %n"), DIR+File.separator+username+".log", true) );
On Tuesday, September 04, 2001 10:46 AM, Sadasivakurup, Jiji L. [SMTP:[EMAIL PROTECTED]] wrote:
>
> Two quick questions.
>
> What is the difference between Avalon.LogKit and Log4j?
>
> For the same category is there any way of specifying different files
> at run time. I want to log all the errors for a user to a particular file so
> that each user have their own log files.
>
> Thanks
> Jiji
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]