Logger

abstract class Logger : RefCnt

A Logger subclass can be used to receive org.jetbrains.skia.skottie.AnimationBuilder parsing errors and warnings.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
expect open val isClosed: Boolean
Link copied to clipboard
Link copied to clipboard
expect val refCount: Int

Functions

Link copied to clipboard
expect open fun close()
Link copied to clipboard
abstract fun log(level: LogLevel, message: String, json: String?)
Link copied to clipboard
expect open override fun toString(): String