toLogString method

String toLogString()

Implementation

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