logInfo abstract method

void logInfo(
  1. Object? message
)

Logs a message at the info level.

Implementation

void logInfo(Object? message);