ohno method

void ohno(
  1. dynamic msg
)

Implementation

void ohno(dynamic msg) => _logger.severe(msg);