myLogAll method

dynamic myLogAll(
  1. dynamic msg
)

Implementation

myLogAll(msg) {
  return myLog(msg);
  //return;
}