Re: [slf4j-dev] Re quest for a log message processing hook.

2009-05-27 Thread ogradyjd
I don't really want to say exactly what I'm working on right now for various reasons, but I can tell you my needs. What I'm doing requires me to be able to receive all the messages being logged, regardless of whether the underlying logging configuration is set to log them or not. For instance,

Re: [slf4j-dev] Re quest for a log message processing hook.

2009-05-26 Thread ogradyjd
I did entertain the idea of extending the underlying logging system, but that ties my code to the underlying logging system. I was looking for a way to intercept messages to any underlying logging system, and was going to use commons logging until I saw the chatter on the net about slf4j. The

Re: [slf4j-dev] Re quest for a log message processing hook.

2009-05-26 Thread ogradyjd
to slf4j without changing a single line of code. http://slf4j.org/legacy.html#log4j-over-slf4j ogradyjd wrote: I did entertain the idea of extending the underlying logging system, but that ties my code to the underlying logging system. I was looking for a way to intercept messages