jnJoinMe method
Implementation
void jnJoinMe(String _caller, String _msg) {
if (jnRegStM['jnDoB']!) {
print(' $mxC.mxLOGO : doing Reg-op');
} else if (jnRegStM['jnIsB']!) {
print(' $mxC.mxLOGO : Waving hands for jnJoinMe * ');
} else {
print(' $mxC.mxLOGO : Humming to self');
} // if else else
mxC.mxLogL.add(':jn:msg:C: $_caller Msg: $_msg');
}