toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "conversationType:$conversationType|nextSeq:$nextSeq|markType:$markType|groupName:$groupName|count:$count";
  return res;
}