logger function

void logger (dynamic log)

Implementation

void logger(dynamic log) {
  debugPrint(Error.safeToString(log.toString()));
}