|
|
Browse by Tags
All Tags » Log (RSS)
-
In a previous post where I talked about using log4net I used one of the alternative ways to initialize and configure the logging services.
This post will summarize these alternatives.
1. Programmatic initialization
The programmatic initialization should be done somewhere in your code.
This was the type of initialization used on the ...
-
Whenever you have the need for debugging some application that by whatever reason cannot be properly debugged in Visual Studio, or even because your application requires some kind of logging/auditing functionality, instead of developing your own tool you have the option to use some existent logging frameworks.
One that I have tried and enjoyed ...
|
|
|