log method

void log (String message)

Log the given informational message.

Implementation

void log(String message) => print(message);