hello people, What is the androidLogger() used for...
# koin
s
hello people, What is the androidLogger() used for in the startKoin function?
v
androidLogger sets up a logging for Koin. This is useful so koin logs the dependencies that it injects. You can always implement Koin’s abstract Logger class and provide your own Logger implementation different from androidLogger if you prefer
👍 1
s
Cool. So I should see in the logs when koin injects something?
1
👌 1