Structures

The following structures are available globally.

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

    Note

    By default, FRPLog 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, FRPLog then uses default system print() method to display the log entry in the console only.

    See more

    Declaration

    Swift

    public struct FRPLog