getLogger static method

Logger getLogger({
  1. String? name,
})

Implementation

static Logger getLogger({String? name}) => Logger(name ?? _logTagMain);