Message logging is a common activity used for either keeping track of what happens in an application or for debugging purpose.
Recently, I was developing a real time communication system which experimented strange errors. To find out what was happening, I decided to log all kind of informations that where available during the execution. After an error, I analyzed the message log and I
↧