warning static method

void warning(
  1. String message
)

Implementation

static void warning(String message) {
  logger.info(message);
}