close static method
void
close()
Closes the trace log file.
Implementation
static void close() {
_file = null;
_headerWritten = false;
}
Closes the trace log file.
static void close() {
_file = null;
_headerWritten = false;
}