Debugging
-
See moreVGSCheckoutLoggerencapsulates logging logic and debugging options for VGSCheckout. Use.configurationproperty to setup these options.VGSCheckoutLoggerlogging 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.Declaration
Swift
public final class VGSCheckoutLogger -
Holds configuration for VGSCheckout logging.
See moreDeclaration
Swift
public struct VGSCheckoutLoggingConfiguration -
Defines levels of logging.
See moreDeclaration
Swift
public enum VGSCheckoutLogLevel : String
View on GitHub
Debugging Reference