tellCall method

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

Implementation

void tellCall(String _caller, String _msg) {
  print(':mx:Tell:Call:   mxx:   C: $_caller  msg:  $_msg ');
  print(' :mx:tellCall:start: ');
  // bug:   if (tellStM['canPlayPiano']!) {
  // bug:     print(' $mxC.mxLOGO : Playing piano');
  // bug:   } else if (tellStM['canCompose']!) {
  // bug:     print(' $mxC.mxLOGO : Waving hands');
  // bug:   } else {
  // bug:     print(' $mxC.mxLOGO : Humming to self');
  // bug:   }  //  if else else
  print(' :mx:tellCall:done: ');
  mxC.mxLogL.add(':tellb:msg:C:  $_caller  Msg: $_msg');
}