LoggerService

Logging service that allows to create custom services
interface LoggerService

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
log
Link copied to clipboard
Will be triggered to log information
abstract fun log(logLevel: LogLevel, message: String, throwable: Throwable?)
toString
Link copied to clipboard
open override fun toString(): String

Properties

logLevel
Link copied to clipboard
Set a log level to log processes happening into the SDK
abstract val logLevel: LogLevel