Stupid question but I didn’t see it in the docs: i...
# koin
b
Stupid question but I didn’t see it in the docs: is there a way I can easily disable Koin debug log output? Or do I need to override AndroidLogger with an empty
debug()
function?
t
I think the second option only
you can provide
DebugLogger
and
ReleaseLogger
for
debug
and
release
build type accordingly
👍 1