MeiroLogger

interface MeiroLogger

Logger interface for Meiro SDK. Implement this interface to provide custom logging and pass it to MeiroSdk.init method.

Functions

Link copied to clipboard
abstract fun log(message: String, exception: Throwable? = null)