Tmpod
03/12/2020, 12:29 PMfactory { KotlinLogging.logger { } }
it will always show the same FQN for the file class the module is defined on. I wanted it to take the name of the injected class. Moreover, I'd like it to take only the name, instead of the FQN. That's why I don't want to manually define the logger on each component. I'd like to refractor it. Any ideas on how to do this?