Re: Using MINA in a Log4J Appender

2007-12-11 Thread Trustin Lee
On Dec 11, 2007 11:35 PM, Maarten Bosteels <[EMAIL PROTECTED]> wrote: > Very interesting because I have also been working on a MINA based appender ! > I haven't done extensive testing yet, and haven't run into that problem yet. > probably because the MINA code was not emitting logging events > (log

Re: Using MINA in a Log4J Appender

2007-12-11 Thread Maarten Bosteels
Very interesting because I have also been working on a MINA based appender ! I haven't done extensive testing yet, and haven't run into that problem yet. probably because the MINA code was not emitting logging events (log-levels not high enough) But I was also worried about the cyclic dependency .

Using MINA in a Log4J Appender

2007-12-11 Thread Trustin Lee
Hi folks, Someone reported a very interesting use case for MINA. The user was using MINA to implement Log4J Appender. He is also using Log4J as his logging framework via SLF4J. This is a kind of cyclic dependency, and there's much more behind that - a dead lock. It just sounds weird that this