toLogString method

String toLogString()

Implementation

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