Structures

The following structures are available globally.

  • FRALog is a class responsible for Logging functionalities of FRAuthenticator SDK. FRALog can also be used in the application layer which then be displayed through FRALog SDK, and through OSLog with FRALog SDK’s system label and LogLevel.

    Note

    By default, FRALog uses OSLog to display the log entry in the debug console, and in the log system of iOS; however, when OS_ACTIVITY_MODE is disabled in the environment variable, FRALog then uses default system print() method to display the log entry in the console only.

    See more

    Declaration

    Swift

    public struct FRALog