VGSLoggingConfiguration
public struct VGSLoggingConfiguration
Holds configuration for VGSShowSDK logging.
-
Log level. Default is
.none
.Declaration
Swift
public var level: VGSLogLevel
-
Bool
flag. Specifytrue
to record VGSShowSDK network session with success/failed requests. Default isfalse
.Declaration
Swift
public var isNetworkDebugEnabled: Bool
-
Bool
flag. Specifytrue
to enable extensive debugging. Default isfalse
.Declaration
Swift
public var isExtensiveDebugEnabled: Bool