warning abstract method

void warning(
  1. String message
)

Logs the warning to the console

Implementation

void warning(String message);