onLog property

KAuthLoggerFunction? onLog
getter/setter pair

커스텀 로거 함수

설정하면 기본 로거 대신 이 함수가 호출됩니다. Firebase Crashlytics, Sentry 등과 연동할 때 유용합니다.

Implementation

static KAuthLoggerFunction? onLog;