getLogger method

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

Implementation

Logger getLogger({String? name}) => MyLog.getLogger(name: name);