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?
It would be nice for me to change the name of a passed
Loggerinstance so I can differentiate across classes.I think a method like
def withName(s: String): Logger[F]would do
WDYT?