log abstract method

void log(
  1. Object? o
)

Logs a debugging message.

Implementation

void log(Object? o);