YospaceLogLevelConfiguration
@objc(THEOplayerYospaceLogLevelConfiguration)
public class YospaceLogLevelConfiguration : NSObject, CodableThe configuration of the Yospace log level.
- 
                  
                  Whether polling logs are enabled. DeclarationSwift @objc public let polling: Bool
- 
                  
                  Whether ID3 tag logs are enabled. DeclarationSwift @objc public let id3Tags: Bool
- 
                  
                  Whether parsing logs are enabled. DeclarationSwift @objc public let parsing: Bool
- 
                  
                  Whether report logs are enabled. DeclarationSwift @objc public let reports: Bool
- 
                  
                  Whether HTTP logs are enabled. DeclarationSwift @objc public let http: Bool
- 
                  
                  Whether raw XML logs are enabled. DeclarationSwift @objc public let rawXml: Bool
- 
                  
                  The builder for the YoSpace log level configuration. DeclarationSwift @objc public init(polling: Bool = false, id3Tags: Bool = false, parsing: Bool = false, reports: Bool = false, http: Bool = false, rawXml: Bool = false)ParameterspollingWhether polling logs are enabled, defaults to false. id3TagsWhether ID3 tags logs are enabled, defaults to false. parsingWhether parsing logs are enabled, defaults to false. reportsWhether reports logs are enabled, defaults to false. httpWhether HTTP logs are enabled, defaults to false. rawXmlWhether raw XML logs are enabled, defaults to false. 
 YospaceLogLevelConfiguration Class Reference
      YospaceLogLevelConfiguration Class Reference