toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "msgID:$msgID|sender:${sender.toLogString()}|text:$text";
  return res;
}