rllCall method

void rllCall(
  1. String _caller,
  2. String _msg
)

mixin

Implementation

void rllCall(String _caller, String _msg) {
  print(':rll:Mxx:  :rll:Call: C: $_caller  msg:  $_msg ');
  if (rllStM['rllCanPlay']!) {
    print(' $mxC.mxLOGO : :rll:canPlay:');
  } else if (rllStM['rllCanConduct']!) {
    print(' $mxC.mxLOGO : :rll:Can:Conduct:');
  } else {
    print(' $mxC.mxLOGO : :no:Play:');
  }
  mxC.mxLogL.add(':rll:msg:   C:  $_caller  Msg: $_msg');
}