I want to make calls to Log in debug but not make these Logs in release build, how should this be handled? checking for BuildConfig.DEBUG flag every time seems awkward.
Even making a util method to call and checking there will result in multiple useless method calls in release builds.