<!ELEMENT log4j:configuration (renderer*, throwableRenderer?,appender*,plugin*, *(category|logger)*,root?*,
(categoryFactory|loggerFactory)?)>This line of code is copied from the log4j.dtd.Every time I edit or view the log4j.xml, it's not so pleasant to have to scroll down the editor and have a look at the logger element. After all, it's the <logger> element that every one will first look into, isn't it? Why do the developer put logger element to the last?
