debug method

void debug(
  1. dynamic msg
)

Implementation

void debug(msg) {
  log(Level.DEBUG, 'DEBUG - $msg');
}