> moved from getting-started Hello! I'm new her...
# kodein
m
moved from getting-started
Hello! I'm new here, I thought I had join a slack about Kodein, so I hope my question won't be out of subject. I am looking for Logger injection (either
Logger<T>()
or
Logger(cls: KClass<T>)
, I just want to display the className in my logs). I found an old wiki which mentions the
withKClass
method, but it seems this feature was removed after Kodein 4.1+ (github link of the method). Is this feature available now in 7.1? Also, I am using a custom Logger, so I can modify the class as much as needed.