Say, if we create a log4cxx::AsyncAppender(), and add  an appender A
which is ready to it via addAppender() at time t0, and when another
appender
B is ready and is added to it at a later time t1. Would the messages
between t0 and t1 be sent to B after it's up? If not the the app needs to
buffer them and resend after B is added? The A would get duplicated copy?
How to handle this in the current log4cxx framework?  Thanks,

- Alder

Reply via email to