Convert all System.out and printStackTrace calls to use Java util logging.
Description
JUL usage and initialization was already introduced in the fix for SMACK-286. The rest of the usage of System.out and err need to be replaced with actual logging calls.
JUL usage and initialization was already introduced in the fix for SMACK-286. The rest of the usage of System.out and err need to be replaced with actual logging calls.