debug method

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

Implementation

@override
void debug(String msg, [Context? ctx]) {
  println(msg, ctx);
}