warning abstract method

void warning(
  1. String message
)

Logs an actionable anomaly or unexpected state that does not break the application flow.

Use this to highlight non-fatal deviations, performance dips, or deprecation alerts.

Implementation

void warning(String message);