toLogString method

String toLogString()

Implementation

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