JNILogger

abstract class JNILogger

A interface for a logger object. Implement this to inject your own logger or use the default logger available in the SDK.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun log(message: String, severity: JNILoggerSeverity)