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 the platform default logger (Android: Logcat; JVM: standard output/SLF4J-style). See getDefaultAuthFoundationLogger.