SRTLogger
public struct SRTLogger : Sendable
                An object for writing interpolated string messages to srt logging system.
- 
                  
                  
Declaration
Swift
public static let shared: SRTLogger - 
                  
                  
Specifies the current logging level.
Declaration
Swift
public var level: SRTLogLevel { get set } - 
                  
                  
Specifies the current logging functional areas.
Declaration
Swift
public var functionalAreas: Set<SRTLogFunctionalArea> { get set }