Join Slack
Powered by
Stupid question but I didn’t see it in the docs: i...
# koin
b
bachhuberdesign
07/24/2018, 1:56 PM
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
tapchicoma
07/25/2018, 7:18 AM
I think the second option only
tapchicoma
07/25/2018, 7:18 AM
you can provide
DebugLogger
and
ReleaseLogger
for
debug
and
release
build type accordingly
👍 1
Open in Slack
Previous
Next