AndroidAuthFoundationLogger

An Android implementation of AuthFoundationLogger that writes logs to Android's Logcat.

Parameters

tag

The tag to use for Logcat messages. Defaults to "AuthFoundation".

Constructors

Link copied to clipboard
constructor(tag: String = "AuthFoundation")

Functions

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

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