openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Better align monitor output #235

Closed bobjacobsen closed 9 months ago

bobjacobsen commented 9 months ago

This updates the .toString() methods on the Consumer Identified, Producer Identified and PCER messages so that their Event ID content is better aligned in the monitor output. This in turn helps the user who's looking for related Event IDs in the output.

No other functional changes.