newLoggy method

Loggy<LoggyType> newLoggy(
  1. String name
)

Implementation

Loggy newLoggy(String name) => Loggy('${loggy.fullName}.$name');