debug abstract method

void debug(
  1. String message
)

Logs the debug to the console

Implementation

void debug(String message);