PBPopupLogs

@objc
public class PBPopupLogs : NSObject

A singleton to enable or disable logging to the Apple System Log facility.

  • Returns the shared instance of PBPopupLogs, creating it if necessary.

    Declaration

    Swift

    public static var instance: PBPopupLogs
  • A Boolean value that indicates whether the logs are enabled for the framework.

    Declaration

    Swift

    public var isEnabled: Bool