Gokul's Blog

Trace Listener

Leave a comment

I have been extensively using system.diagnostics’s trace.writeline to log and view using the debug view. Came across this interesting library from Microsoft UK which bridges the gap between system.diagnostics & log4net.

Think of the scenario where trace.writeline value can be used to log to database … I am yet to play with the library.. but here is the link for it in codeplex

http://www.codeplex.com/UkadcDiagnostics

A good writeup of it can be found here: http://www.thejoyofcode.com/Introducing_Ukadc_Diagnostics.aspx

Side Tip:

Came across Umbrella, a cool set of helper methods again hosted at Codeplex. This is what the author has said in the homepage

"Umbrella is nVentive’s attempt at filling the gaps in the existing .net framework and related technologies; hence reducing friction and increasing the predictability of the api. "

http://www.codeplex.com/umbrella

Leave a comment