<@U0BLRBFMM>: brain dead moment... shouldn't ```...
# kodein
a
@salomonbrys: brain dead moment... shouldn't
Copy code
bind<org.slf4j.Logger>() with factory { clazz: Class<*> -> Slf4jLoggerFactory.getLogger(clazz) }
        bind<org.slf4j.Logger>() with factory { name: String -> Slf4jLoggerFactory.getLogger(name) }
inject fine using:
Copy code
val LOG: Logger = kodein.instance("App")