coil-base
/
coil.util
/
Logger
Logger
interface
Logger
Content copied to clipboard
Logging interface for
ImageLoader
s.
Functions
Properties
See also
Inheritors
See also
coil.ImageLoader.Builder
coil.util.DebugLogger
Functions
log
Link copied to clipboard
abstract fun
log
(tag:
String
, priority:
Int
, message:
String
?, throwable:
Throwable
?)
Content copied to clipboard
Write
message
and/or
throwable
to a logging destination.
Properties
level
Link copied to clipboard
abstract var
level
:
Int
Content copied to clipboard
The minimum level for this logger to log.
Inheritors
DebugLogger
Link copied to clipboard