At 01:31 PM 1/26/2004 +0100, you wrote:
Hi,

Is it possible for many loggers to use the same
appender ?

I know a single logger can log to multiple appender
but is the reverse true ?

I don't understand the question. Appenders don't declare loggers, loggers declare appenders and loggers can specify multiple appenders. What functionality are you looking for that you don't feel is already covered by this scenario?


Another question : when setting additivity to false,
what is the behavior when multiple appenders are
declared for the logger ?

Same as always. The only difference is that the logger with additivity="false" doesn't inherit appenders declared for parent loggers, but will log to any and all appenders declared for itself.


Jake

Thanks,
ionel



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



Reply via email to