Joel,
We have used the JMS Appender to route Level ERROR and above messages to an
error queue for routing to a central management facility.
Hope this helps.
Jim
On 6/23/05, Schuweiler, Joel J. <[EMAIL PROTECTED]> wrote:
>
> While I don't know much about jms would this perhaps be a route to ta
have trouble serializing Log events that have MDC
properties as XML?
with text output , everything is fine. When the layout
changes to "XMLLayout" the MDC stuff is lost.
Why doesn't a log event know how to serialize itself?
I thought that log4j used to handle a
"conversionpattern" in an XML con
This doesn't seem like a problem with conflicting versions as I removed the
reference to 1.2.9 from the build path.
Not sure why 1.2.9 and 1.3.0alpha6 respond differently when a
logger.warn("somestring", throwable) is executed?
---