close static method

void close()

Closes the trace log file.

Implementation

static void close() {
  _file = null;
  _headerWritten = false;
}