warning static method
warning
method to log messages with warning log level.
Implementation
static void warning(String message) => _instance._logger.warning(message);
warning
method to log messages with warning log level.
static void warning(String message) => _instance._logger.warning(message);