debug function

void debug(
  1. String msg, [
  2. Context? ctx
])

Implementation

void debug(String msg, [Context? ctx]) {
  _log.debug(msg, ctx);
}