logName static method

Logger logName(
  1. String name
)

Implementation

static Logger logName(String name) => Logger(name);