log method

Log log()

Implementation

Log log() {
  if (canDebugPrint) {
    debugPrint("Log-$code: $message");
  }
  return this;
}