toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "userId:$userId|role:$role";
  return res;
}