Debugging

  • VGSCheckoutLogger encapsulates logging logic and debugging options for VGSCheckout. Use .configuration property to setup these options. VGSCheckoutLogger logging implies only printing logs to Xcode console. It doesn’t save logs to persistent store/local file, also it doesn’t send debugging logs to backend services. IMPORTANT You should NOT use logging in your production configuration for live apps.

    See more

    Declaration

    Swift

    public final class VGSCheckoutLogger
  • Holds configuration for VGSCheckout logging.

    See more

    Declaration

    Swift

    public struct VGSCheckoutLoggingConfiguration
  • Defines levels of logging.

    See more

    Declaration

    Swift

    public enum VGSCheckoutLogLevel : String