toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "path:${path == null ? false : true}|fileName:$fileName|UUID:$UUID|fileSize:$fileSize|localUrl:${localUrl == null ? false : true}";
  return res;
}