Debugging
-
See moreVGSCollectLogger
encapsulates logging logic and debugging options for VGSCollectSDK. Use.configuration
property to setup these options.VGSCollectLogger
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.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