-
- All Implemented Interfaces:
-
coil.util.Logger
public final class DebugLogger implements Logger
A Logger implementation that writes to Android's Log.
NOTE: You should not enable this in release builds. Adding this to your ImageLoader reduces performance. Additionally, this will log URLs which can contain PII.
-
-
Constructor Summary
Constructors Constructor Description DebugLogger(Integer level)DebugLogger()
-