logger

var logger: ERROR CLASS: Symbol not found for AuthFoundationLogger

The logger used by the SDK to output diagnostic information.

This allows consumers to integrate the SDK's logging with their application's existing logging framework, such as Timber or a custom solution. It can also be replaced with a mock implementation for testing purposes.

Defaults to an instance of com.okta.authfoundation.api.log.AuthFoundationLogger which logs to Android's Logcat.