Mmm, software
Showing posts with label
logging
.
Show all posts
Showing posts with label
logging
.
Show all posts
Thursday, August 20, 2015
Logging your application with App Insights instead of Windows Azure Diagnostics
›
We've recently started deploying applications to Microsoft Azure. Unfortunately, we don't use Cloud Apps for our web apps, and inste...
Saturday, May 25, 2013
Journey to robust windows services: Service could not be installed. Verify that you have sufficient privileges to install system services
›
This is an annoying and almost entirely useless error. It can be caused by any number of things. However, in my case today, it was caused by...
Tuesday, May 14, 2013
Journey to robust windows services: creating custom actions for your WiX installers
›
I've lately been trying to update my WiX installers to perform custom actions so that I can do some security configuration of my applica...
Monday, May 06, 2013
Journey to robust web services: debugging services and logging messages
›
One of the quickest and best ways to debug issues with the services you're developing is to log and trace all activity with WCF along wi...
Tuesday, April 30, 2013
Creating a logging service using the Microsoft Enterprise Library Logging Application Block
›
As part of my recent foray into creating various Windows services, I've come across the need for logging (like all serious apps do) and ...
Thursday, May 08, 2008
Logging for tests using the Spring Framework
›
It's been a while since I've posted to the blog 'cause I've been so busy, and it seems fitting that this be a good way to re...
Sunday, December 02, 2007
Resolving logging issues with Tomcat
›
An idea for resolving the logging issues in Tomcat just occurred to me. I should probably be putting the logging jars in the individual lib...
›
Home
View web version