Darren

you must make more clear what you want to achieve:

Do you want only three different destinations (appenders) to log to?
Or do you want three different loggers, each one with his own set of appenders?
What is the kind of the desired appenders?
How do you want to distinguish the different log-entries, only by log level or 
what?

Depending on the answers to this questions there are different approaches.

Heri


> -----Original Message-----
> From: Darren Hartford [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 12, 2005 5:11 PM
> To: [email protected]
> Subject: Multiple loggers, same application?
> 
> 
> Hey all,
> Having a real hard time finding any information regarding my 
> problem.  
> 
> I have an application, and within each class I would like to configure
> three separate Loggers, each having their own severitys:
> 
> SecurityLogger
> ErrorLogger
> AuditLogger
> 
> But, I would like each of these loggers to have their own 
> configuration.
> I guess I only have experience with the PropertyConfigurator, which
> obviously works on the Singleton pattern.  Any pointers on how to
> implement something like this?  I'm surprised that I can not find any
> good information on this practice.  
> 
> p.s. The subclass examples with the MyLoggerFactory/MyLogger 
> don't seem
> to help, so if you reference those need some more information.
> 
> TIA
> -D
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to