log static method

void log(
  1. dynamic msg
)

Logs a debug message

Implementation

static void log(var msg) => _log.d(msg);