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
VGSCollectLoggingConfiguration
for logging options.Declaration
Swift
public var configuration: VGSCheckoutLoggingConfiguration
-
Stop logging all activities.
Declaration
Swift
public func disableAllLoggers()