wtf static method

void wtf(
  1. dynamic msg
)

Implementation

static void wtf(dynamic msg) {
  if (_isDebug) _logger.wtf(msg);
}