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