I'm continuing work on my first android library. (its technically an android lib). I want to add logs that are only available during "debug" in android and not in release (don't want 3rd party consumers to have logs). whats sorta the go-to here? I guess I can create a logger interface with BuildConfig.DEBUG. personally i wanted to use squares logcat lib, (but it looks like typically the App is in control of turning off/on that logger)