toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "userID:$userID|nickName:$nickName|allowType:$allowType|role:$role";
  return res;
}