dions / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Switch to a real logging framework #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Consider using a real logging framework like log4net. This would allow us 
to have a much more granular and configurable logging subsystem.

Original issue reported on code.google.com by geoffl...@gmail.com on 11 Sep 2008 at 9:08

GoogleCodeExporter commented 8 years ago
I guess I should have said to use log4net directly since it's already being 
used.
log4net can be configured with different Appenders. Those Appenders can be used 
for 
custom logging work and could make the logging much more flexible and robust. 

Original comment by geoffl...@gmail.com on 11 Sep 2008 at 10:04

GoogleCodeExporter commented 8 years ago
What about using the Common.Logging framework and then people can configure 
their own logger and still have all of the flexibility of before.

Original comment by jeffreycameron on 21 Oct 2010 at 10:42