debug method

void debug(
  1. String text
)

Implementation

void debug(final String text) {
  _logger.d(text);
}