We are currently under stringent code coverage requirements here at Paychex,
and one of the libraries I have created includes the log4net source so as to
not require another .dll file. The library basically just contains the log4net
code and a Log class with static methods for Info, InfoFormat and so on, while
maintaining a Dictionary<string, ILog> of logger singletons which get created
by reflecting up 3 stack frames to see who is invoking the log methods. I was
wondering if it would be too much trouble to include the following (or some
variation) on all non-nested classes in log4net for the next release.
#if DEBUG
[ExcludeFromCodeCoverage]
#endif
Thanks,
Keenan Chadwick
Enterprise Services
Paychex, Inc.
585-216-2518
[email protected]<mailto:[email protected]>
The information contained in this message may be privileged, confidential, and
protected from disclosure. If the reader of this message is not the intended
recipient, or any employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution, or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.