getDefaultAuthFoundationLogger

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

Returns a platform-specific default implementation of AuthFoundationLogger.

On Android, this returns a logger that writes to Android's Logcat. On JVM, this returns a logger that writes to standard output.

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