DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9435>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9435

Chainsaw incorrectly loads priority (level) from XML log file





------- Additional Comments From [EMAIL PROTECTED]  2002-05-28 12:59 -------
The problem is that the XMLLayout class is generating XML that does not
conform to the DTD. It uses "level" instead of "priority" as the DTD would
suggest. I was faced with the problem of chosing between making Chainsaw
support:

- the DTD, but not work with 1.1 code
- what the XMLLayout class generates, but not work with 1.2 code
- some kludge that would support both. A kludge is required as there is no
  log4j version information in the output generated by XMLLayout

Not liking kludges I went for the second option. The question is, should we:

- fix XMLLayout to support the DTD;
- put a kludge in Chainsaw to support "level" and "priority"
- do both of the above.

I will do whatever Ceki recommends.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to