Log function based on dart:developer's dev.log.
dart:developer
static void defaultLog(Object? object) => dev.log(object.toString());