toLogString method
Implementation
String toLogString() {
var res =
"|msgid:$msgID|seq:$seq|random:$random|isSelf:$isSelf|sender$sender|timestamp:$timestamp|elemType:$elemType|groupID:$groupID|hasRiskContent:$hasRiskContent|isRead:$isRead|isPeerRead:$isPeerRead|cloudCustomData:$cloudCustomData|localCustomData:$localCustomData|offlineinfo:${offlinePushInfo?.toLogString()}";
return res;
}