useStandardPrint static method

void useStandardPrint()

Resets the output function to the standard print.

Implementation

static void useStandardPrint() {
  _printFunction = print;
}