cln method

Logger cln()

Implementation

Logger cln() {
  io.stdout.write('\u001b[2K\r');
  return this;
}