logger property

Logger logger
final

Implementation

static final logger = Logger(
  printer: PrettyPrinter(
    errorMethodCount: 8,
    colors: true,
    dateTimeFormat: DateTimeFormat.onlyTime
  )
);