Possible Duplicate:
difference between logger.info and logger.debug
When I should use Log.INFO and Log.DEBUG to print log statements in JAVA? Can I have some example for these Logs. I also need a clarification with the log, while displaying Balance whether I need to use Log.INFO or Log.DEBUG
Log.write("BALANCE"+bal, Log.INFO);