toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "groupName: $groupName|newGroupName: $newGroupName|addUserIDList: $addUserIDList|deleteUserIDList: $deleteUserIDList";
  return res;
}