toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "resultCode:$resultCode|resultInfo:$resultInfo|relation:$relation|friendInfo:${friendInfo?.toLogString()}";
  return res;
}