Friday, April 26, 2013

Java Logging

Don’t forget to include Thread Name and fully qualified java class Name while printing logs because it would be impossible to find sequence of events if your code is executed by multiple threads without having thread name on it.
http://javarevisited.blogspot.com/2011/05/top-10-tips-on-logging-in-java.html

No comments:

Post a Comment