log property

Logger log

The logger object

Implementation

static Logger get log => Logger(
      printer: _SimpleLogPrinter(),
    );