AgamaLogging
@available(*, deprecated, message: "This type is no longer available and will be removed in a future version.")
@objc(THEOplayerAgamaLogging)
public enum AgamaLogging : Int32, Codable
The logging levels of the Agama process.
-
Designates severe error events that will abort the Agama process.
Declaration
Swift
@objc(THEOplayerAgamaLoggingFATAL) case fatal = 0 -
Designates error events that might still allow the Agama process to continue.
Declaration
Swift
@objc(THEOplayerAgamaLoggingERROR) case error = 1 -
Designates potential harmful messages from the Agama process.
Declaration
Swift
@objc(THEOplayerAgamaLoggingWARNING) case warning = 2 -
Informational messages that highlight the Agama process.
Declaration
Swift
@objc(THEOplayerAgamaLoggingINFO) case info = 3 -
Detailed messages that are useful to debug the Agama process.
Declaration
Swift
@objc(THEOplayerAgamaLoggingDEBUG) case debug = 4
AgamaLogging Enumeration Reference