InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.76k stars 695 forks source link

Minimizing code duplication during logging. #1872

Open jeancsanchez opened 1 month ago

jeancsanchez commented 1 month ago

No big deal. Just reducing string duplication. If additional sources are added in the future and need to be logged, this code can easily accommodate them.