initialize static method

void initialize()

Initializes the debug print configuration. This method sets up the debug print function to include a timestamp in debug mode.

Implementation

static void initialize() {
  _originalDebugPrint = setupDebugPrint();
}