> We implemented a custom logging solution that uses > ThreadLocal variables. > > We buffer the messages on a per-thread basis. > > This idea was suggested in Brian Goetz' article > > http://www-106.ibm.com/developerworks/java/library/j-threads3.html > > -Sean
Nice! Be great to have this sort of thing, at the very least, in the examples directory, and then maybe work it's way into the core. Anyone able to contribute a class? cheers, Paul Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
