logger

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 AuthFoundationLoggerImpl which logs to Android's Logcat.