watchdog method

void watchdog(
  1. dynamic msg
)

Implementation

void watchdog(dynamic msg) =>
    _logger.info(" [[ WATCHDOG ]] : $msg");