It would be nice for me to change the name of a passed `Logger` instance so I can differentiate across classes. I think a method like `def withName(s: String): Logger[F]` would do WDYT?