DefaultLogTargetManager and closing of targets
"Leo Sutic" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel,gmane.comp.jakarta.avalon.devel |
|---|---|
| Message-ID | <000e01c2a51f$049618b0$0801a8c0@Lagrange> |
The DefaultLogTargetManager doesn't close the log targets when it is disposed. Anyone objecting to my adding that functionality? The only way of doing it appears to be by testing if a log target is an instanceof AbstractLogTarget and then invoke close() on it. Anyone having a better idea? /LS