toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "userID:$userID|friendRemark:$friendRemark|friendGroups:$friendGroups|friendCustomInfo:$friendCustomInfo";
  return res;
}