Maxime Recuerda
11/28/2020, 5:32 PMmoved from getting-startedHello!
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.