o0111 / ruralcafe

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

Debug and Message logging revamp #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Revamp of all logging and debug messaging. The messages and places where things 
are logged are not necessarily consistent/useful. A more general problem, but 
related to Issue 18.

Original issue reported on code.google.com by shouldab...@gmail.com on 10 Oct 2010 at 9:00

GoogleCodeExporter commented 8 years ago
My idea is to use the C#-standard logging mechanisms: Trace and Debug. Since we 
want different logs for local and remote proxy, we would need a way to start 
only one at a time, so that we have two separate processes running.

The messages logging could stay untouched, though.

Original comment by satiaher...@gmx.de on 2 May 2013 at 2:20

GoogleCodeExporter commented 8 years ago
I will try using log4net instead.

Original comment by satiaher...@gmx.de on 4 Jun 2013 at 8:34

GoogleCodeExporter commented 8 years ago
I included log4net. What is logged can be configured by a property LOGLEVEL.

I removed the message logs. See r75 for an explanation. Therefore I think this 
is fixed.

Original comment by satiaher...@gmx.de on 4 Jun 2013 at 1:35