AgamaLogging
@objc(THEOplayerAgamaLogging)
public enum AgamaLogging : Int32, CodableThe logging levels of the Agama process.
- 
                  
                  Designates severe error events that will abort the Agama process. DeclarationSwift @objc(THEOplayerAgamaLoggingFATAL) case fatal = 0
- 
                  
                  Designates error events that might still allow the Agama process to continue. DeclarationSwift @objc(THEOplayerAgamaLoggingERROR) case error = 1
- 
                  
                  Designates potential harmful messages from the Agama process. DeclarationSwift @objc(THEOplayerAgamaLoggingWARNING) case warning = 2
- 
                  
                  Informational messages that highlight the Agama process. DeclarationSwift @objc(THEOplayerAgamaLoggingINFO) case info = 3
- 
                  
                  Detailed messages that are useful to debug the Agama process. DeclarationSwift @objc(THEOplayerAgamaLoggingDEBUG) case debug = 4
 AgamaLogging Enumeration Reference
      AgamaLogging Enumeration Reference