Debugging
-
See moreVGSCollectLoggerencapsulates logging logic and debugging options for VGSCollectSDK. Use.configurationproperty to setup these options.VGSCollectLoggerlogging 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 VGSCollectLogger -
Defines levels of logging.
See moreDeclaration
Swift
public enum VGSLogLevel : String -
Holds configuration for VGSCollectSDK logging.
See moreDeclaration
Swift
public struct VGSCollectLoggingConfiguration
View on GitHub
Debugging Reference