Package-level declarations

Types

Link copied to clipboard
object CoilUtils

Public utility methods for Coil.

Link copied to clipboard
class DebugLogger @JvmOverloads constructor(var minLevel: Logger.Level = Logger.Level.Debug) : Logger

A Logger implementation that writes to the platform's default logging mechanism.

Link copied to clipboard

An efficient container to store two Ints.

Link copied to clipboard
interface Logger

Logging interface for ImageLoaders.

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline operator fun IntPair.component1(): Int
Link copied to clipboard
inline operator fun IntPair.component2(): Int
Link copied to clipboard
fun Logger.log(tag: String, throwable: Throwable)
inline fun Logger.log(tag: String, level: Logger.Level, message: () -> String)
Link copied to clipboard