logWarn abstract method

void logWarn(
  1. Object? message
)

Logs a message at the warn level.

Implementation

void logWarn(Object? message);