Question on some undocumented logging levels

2013-09-13 Thread Howe, Peter L
While debugging some of my logging code, I inadvertently discovered that there are some "hidden" logging levels: // log4net.Core.Level.All.Value= -2147483648 // log4net.Core.Level.Finest.Value = 1 ** // log4net.Core.Level.Verbose.Value= 1 ** // lo

AW: Question on some undocumented logging levels

2013-09-13 Thread Dominik Psenner
Hey Peter They are there since when log4net was invented and they are not undocumented. See: http://logging.apache.org/log4net/release/sdk/index.html Those levels are part of the public API and allow people to implement finer granularity of logging events in cases where trace, debug, info, warn,

Re: [ANN] Apache log4net 1.2.12 Released

2013-09-13 Thread Christian Grobmeier
Thanks Stefan and Dominik! I published this on our blog: https://blogs.apache.org/logging/entry/apache_log4net_1_2_12 Cheers Am 12.09.13 16:18, schrieb Stefan Bodewig: > The Apache log4net team is pleased to announce the release of Apache > log4net 1.2.12. The release is available for download

Re: [ANN] Apache log4net 1.2.12 Released

2013-09-13 Thread Dominik Psenner
I'm happy we were able to box this one out. Special thanks go to Stefan and of course also anyone else who helped but who's not mentioned here. It wouldn't have been possible without your help! Cheers 2013/9/13 Christian Grobmeier > Thanks Stefan and Dominik! > > I published this on our blog: