I would like to avoid writing my own generic logging interface, and rather use built in Trace
functionality, which to start with doesn't require any logging library. Before I address logging libraries, I already have my trace info in at least the Output Window, which at this stage of development is quite adequate.
I would then like to add a logging library to my app, and couple Trace
to it with a listener, and not write any more logging code.
What are your opinions on this strategy, and are trace listeners for these logging libraries, or maybe others, like Enterprise Library, available or feasible to quickly implement?