AVLog
public enum AVLog
Undocumented
-
Get/set the log level.
Declaration
Swift
public static var level: Level { get set }
-
Send the specified message to the log if the level is less than or equal to the current level. By default, all logging messages are sent to stderr. This behavior can be altered by setting a different logging callback function.
Declaration
Swift
public static func log(level: Level, message: String)
-
Undocumented
See moreDeclaration
Swift
public struct Level : OptionSet