AuthFoundationLogger

A simple logging interface used by the SDK to output diagnostic information.

This abstraction allows consumers to integrate the SDK's logging with their application's existing logging framework, such as Timber or a custom solution.

Functions

Link copied to clipboard
abstract fun write(message: String, tr: Throwable? = null, logLevel: LogLevel = LogLevel.INFO)

Writes a log message with an optional throwable and a specified log level.