A pet peeve of mine for a long time has been how many libraries handle logging. There are general two techniques: Don't log Use [commons-logging|log4r|printf|syslog|slf4j] Both suck. In the first case you cannot get info out. In the second case the library is deciding how you will get the info out. The first one
Similar Posts
Introduction A couple of days ago I received the following mail Hi Bart,I'm trying to add an install functionally that will just basically copy the whole
As an enterprise platform for online communities, Community Server has its own logging and exception handling mechanism. It has its own types of exceptions
I have seen a few recent posts floating around the user community where users have been writing complicated code to get some very simple information such
I've come across a number of write-ups some of which are conflicting each other when it comes to callbacks and delegates So, I decided to create this post