toLogString method
Implementation
String toLogString() {
String res = "msgID:$msgID|sender:${sender.toLogString()}|text:$text";
return res;
}
String toLogString() {
String res = "msgID:$msgID|sender:${sender.toLogString()}|text:$text";
return res;
}