warning abstract method
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);
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.
void warning(String message);