DebugLogger
class DebugLogger @JvmOverloads constructor(var minLevel: Logger.Level = Logger.Level.Debug) : Logger
A Logger implementation that writes to the platform's default logging mechanism.
NOTE: You should not enable this in release builds. Adding this to your image loader reduces performance. Additionally, this will log URLs which can contain personally identifiable information.