Skip to:
For reasons of debugging, milliseconds in the timestamp column is needed.
I don't use the EnhancedDebugger but if you create a SimpleDateFormat like
won't that not just add centiseconds and not milliseconds as format? E.g. 14:42:23:12I think this should be changed to
So 'dot' instead of 'colon', and a third S to the format string.
Applied smack-354-debug_milliseconds.patch to smack_3_2_0 branch
not committed to the tree yet
provided patch to add this feature
This patch provide milliseconds in the timestamp column of the smack debug window.
For reasons of debugging, milliseconds in the timestamp column is needed.