There seems to be out-of-date or incorrect information at
http://logging.apache.org/log4net/release/manual/configuration.html. When I tried to use the PatternLayout


<conversionPattern value="%-4timestamp [%thread] %-5level %logger %ndc - %message%newline" />

I got weird output. I had to look in the log4j JavaDocs to find that, for example, [%thread] needs to actually be [%t].

I find that these docs don't really have enough information in them; I would prefer not to search log4j's docs to find out stuff. I'm happy to help update them as I get time to do so. One thing I think would be great is a simple HTML table of % patterns that are valid and what they mean. Where is this file kept? Or should I just submit a patch?

Thanks
Baron

Reply via email to