Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
class JvmAuthFoundationLogger(tag: String = "AuthFoundation") : AuthFoundationLogger

A JVM implementation of AuthFoundationLogger that writes logs to standard output.

Link copied to clipboard

Represents the severity level of a log message.

Functions

Link copied to clipboard

Returns a default AuthFoundationLogger implementation for Android that writes to Logcat.

Returns a platform-specific default implementation of AuthFoundationLogger.

Returns a default AuthFoundationLogger implementation for JVM that writes to standard output.