At 08:13 AM 11/12/2004, Jacob Kjome wrote:
Ok, I'm answering my own message. According to this (and I'm sure it is also written in the spec as well)....
http://www.codenotes.com/articles/articleAction.aspx?articleID=159
<quote> ID
Values for attributes of type ID follow two main rules: First, the they must be legal XML names; that is, they can only begin with a letter or underscore character, cannot contain any characters other than letters, numbers, dashes, periods, and underscores, and cannot contain spaces.
</quote>
So, it looks like the context loggers are unfortunately named. I suppose a properties file would work, but what if one wants to use the JoranConfigurator in Log4j-1.3? That will have the same issue as the DOMConfigurator.
JoranConfigurator does not use a dtd file so it probably won't have this problem.
-- Ceki G�lc�
For log4j documentation consider "The complete log4j manual"
http://www.qos.ch/shop/products/eclm/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
