I was wondering if there is any way that I could leverage the methods on System.Diagnostics.Trace, as a form of commons logging for my .Net libraries. Rather than include dependencies in those libraries for log4net or CommonsNet (which appears to be a similar project to commons logging for java in .Net), can I use the built in methods?I was wondering if there is any way that I coul