Comunidade Bloggers |create|it|

Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help
in Search

Browse by Tags

All Tags » Debug   (RSS)
  • Log4net Initialization/Configuration alternatives

    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 ...
    Posted to Marco André Silva (Weblog) by maps on February 24, 2008
  • Debugging Windows Services

    Recently I had to develop my first Windows Service in C#. I had already done Services in C++, and I was used to launch and debug the Services thru Visual Studio (just by normally hitting F5).  I was surprised to see that the normal C# Windows Service code base does not allow this to be possible in a ...
    Posted to Marco André Silva (Weblog) by maps on August 26, 2007
  • Using log4net logging services

    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 ...
    Posted to Marco André Silva (Weblog) by maps on July 29, 2007
Powered by Community Server, by Telligent Systems