VGSCheckoutLogger
public final class VGSCheckoutLogger
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.
-
Shared instance.
Declaration
Swift
public static var shared: VGSCheckoutLogger -
Logging configuration. Check
VGSCollectLoggingConfigurationfor logging options.Declaration
Swift
public var configuration: VGSCheckoutLoggingConfiguration
-
Stop logging all activities.
Declaration
Swift
public func disableAllLoggers()
View on GitHub
VGSCheckoutLogger Class Reference