LogContext structure to hold ambient properties that can be attached to log events. More...
Instance Methods | |
(NSString *) | - applicationId |
Gets the application Id. More... | |
(NSString *) | - bundleTransportId |
Gets the bundle transport Id. More... | |
(NSString *) | - candidateId |
Gets the candidate Id. More... | |
(NSString *) | - candidatePairId |
Gets the candidate pair Id. More... | |
(NSString *) | - channelId |
Gets the channel Id. More... | |
(NSString *) | - clientId |
Gets the client Id. More... | |
(FMLiveSwitchLogContext *) | - clone |
Clones this object, creating a new instance with the same property values. More... | |
(NSString *) | - clusterConnectionId |
Gets cluster connection Id. More... | |
(NSString *) | - connectionId |
Gets the connection Id. More... | |
(NSString *) | - deviceId |
Gets the device Id. More... | |
(NSString *) | - externalConnectionId |
Gets the external connection Id. More... | |
(NSString *) | - gatewayId |
Gets the gateway Id. More... | |
(NSString *) | - gathererId |
Gets the gatherer Id. More... | |
(NSString *) | - iceTransportId |
Gets the Ice transport Id. More... | |
(instancetype) | - init |
(NSString *) | - mediaDescriptionManagerId |
Gets the media description manager Id. More... | |
(NSString *) | - mediaServerId |
Gets the media server Id. More... | |
(NSString *) | - rtpPacketId |
Gets RTP packet Id. More... | |
(NSString *) | - rtpReceiverId |
Gets RTP Receiver Id. More... | |
(NSString *) | - rtpSenderId |
Gets RTP Sender Id. More... | |
(NSString *) | - rtpTransportId |
Gets RTP Transport Id. More... | |
(NSString *) | - sctpTrasnportId |
Gets the Sctp transport Id. More... | |
(void) | - setApplicationId: |
Sets the application Id. More... | |
(void) | - setBundleTransportId: |
Sets the bundle transport Id. More... | |
(void) | - setCandidateId: |
Sets the candidate Id. More... | |
(void) | - setCandidatePairId: |
Sets the candidate pair Id. More... | |
(void) | - setChannelId: |
Sets the channel Id. More... | |
(void) | - setClientId: |
Sets the client Id. More... | |
(void) | - setClusterConnectionId: |
Sets cluster connection Id. More... | |
(void) | - setConnectionId: |
Sets the connection Id. More... | |
(void) | - setDeviceId: |
Sets the device Id. More... | |
(void) | - setExternalConnectionId: |
Sets the external connection Id. More... | |
(void) | - setGatewayId: |
Sets the gateway Id. More... | |
(void) | - setGathererId: |
Sets the gatherer Id. More... | |
(void) | - setIceTransportId: |
Sets the Ice transport Id. More... | |
(void) | - setMediaDescriptionManagerId: |
Sets the media description manager Id. More... | |
(void) | - setMediaServerId: |
Sets the media server Id. More... | |
(void) | - setRtpPacketId: |
Sets RTP packet Id. More... | |
(void) | - setRtpReceiverId: |
Sets RTP Receiver Id. More... | |
(void) | - setRtpSenderId: |
Sets RTP Sender Id. More... | |
(void) | - setRtpTransportId: |
Sets RTP Transport Id. More... | |
(void) | - setSctpTrasnportId: |
Sets the Sctp transport Id. More... | |
(void) | - setSiteId: |
Sets the site Id. More... | |
(void) | - setSocketManagerId: |
Sets the socket manager Id. More... | |
(void) | - setStreamId: |
Sets the stream Id. More... | |
(void) | - setUserId: |
Sets the user Id. More... | |
(void) | - setWebSocketMediaServerId: |
Sets the websocket media server Id. More... | |
(NSString *) | - siteId |
Gets the site Id. More... | |
(NSString *) | - socketManagerId |
Gets the socket manager Id. More... | |
(NSString *) | - streamId |
Gets the stream Id. More... | |
(NSMutableArray *) | - toPairArray |
Returns a paired array rerpresentation of this log context. More... | |
(NSString *) | - userId |
Gets the user Id. More... | |
(NSString *) | - webSocketMediaServerId |
Gets the websocket media server Id. More... | |
Class Methods | |
(FMLiveSwitchLogContext *) | + fromJsonWithValueJson: |
Deserializes json into a LogContext object. More... | |
(FMLiveSwitchLogContext *) | + logContext |
LogContext structure to hold ambient properties that can be attached to log events.
- (NSString*) applicationId |
Gets the application Id.
- (NSString*) bundleTransportId |
Gets the bundle transport Id.
- (NSString*) candidateId |
Gets the candidate Id.
- (NSString*) candidatePairId |
Gets the candidate pair Id.
- (NSString*) channelId |
Gets the channel Id.
- (NSString*) clientId |
Gets the client Id.
- (FMLiveSwitchLogContext*) clone |
Clones this object, creating a new instance with the same property values.
- (NSString*) clusterConnectionId |
Gets cluster connection Id.
- (NSString*) connectionId |
Gets the connection Id.
- (NSString*) deviceId |
Gets the device Id.
- (NSString*) externalConnectionId |
Gets the external connection Id.
+ (FMLiveSwitchLogContext*) fromJsonWithValueJson: | (NSString *) | valueJson |
Deserializes json into a LogContext object.
valueJson | Value to deserialize |
- (NSString*) gatewayId |
Gets the gateway Id.
- (NSString*) gathererId |
Gets the gatherer Id.
- (NSString*) iceTransportId |
Gets the Ice transport Id.
- (instancetype) init |
+ (FMLiveSwitchLogContext*) logContext |
- (NSString*) mediaDescriptionManagerId |
Gets the media description manager Id.
- (NSString*) mediaServerId |
Gets the media server Id.
- (NSString*) rtpPacketId |
Gets RTP packet Id.
- (NSString*) rtpReceiverId |
Gets RTP Receiver Id.
- (NSString*) rtpSenderId |
Gets RTP Sender Id.
- (NSString*) rtpTransportId |
Gets RTP Transport Id.
- (NSString*) sctpTrasnportId |
Gets the Sctp transport Id.
- (void) setApplicationId: | (NSString *) | value |
Sets the application Id.
- (void) setBundleTransportId: | (NSString *) | value |
Sets the bundle transport Id.
- (void) setCandidateId: | (NSString *) | value |
Sets the candidate Id.
- (void) setCandidatePairId: | (NSString *) | value |
Sets the candidate pair Id.
- (void) setChannelId: | (NSString *) | value |
Sets the channel Id.
- (void) setClientId: | (NSString *) | value |
Sets the client Id.
- (void) setClusterConnectionId: | (NSString *) | value |
Sets cluster connection Id.
- (void) setConnectionId: | (NSString *) | value |
Sets the connection Id.
- (void) setDeviceId: | (NSString *) | value |
Sets the device Id.
- (void) setExternalConnectionId: | (NSString *) | value |
Sets the external connection Id.
- (void) setGatewayId: | (NSString *) | value |
Sets the gateway Id.
- (void) setGathererId: | (NSString *) | value |
Sets the gatherer Id.
- (void) setIceTransportId: | (NSString *) | value |
Sets the Ice transport Id.
- (void) setMediaDescriptionManagerId: | (NSString *) | value |
Sets the media description manager Id.
- (void) setMediaServerId: | (NSString *) | value |
Sets the media server Id.
- (void) setRtpPacketId: | (NSString *) | value |
Sets RTP packet Id.
- (void) setRtpReceiverId: | (NSString *) | value |
Sets RTP Receiver Id.
- (void) setRtpSenderId: | (NSString *) | value |
Sets RTP Sender Id.
- (void) setRtpTransportId: | (NSString *) | value |
Sets RTP Transport Id.
- (void) setSctpTrasnportId: | (NSString *) | value |
Sets the Sctp transport Id.
- (void) setSiteId: | (NSString *) | value |
Sets the site Id.
- (void) setSocketManagerId: | (NSString *) | value |
Sets the socket manager Id.
- (void) setStreamId: | (NSString *) | value |
Sets the stream Id.
- (void) setUserId: | (NSString *) | value |
Sets the user Id.
- (void) setWebSocketMediaServerId: | (NSString *) | value |
Sets the websocket media server Id.
- (NSString*) siteId |
Gets the site Id.
- (NSString*) socketManagerId |
Gets the socket manager Id.
- (NSString*) streamId |
Gets the stream Id.
- (NSMutableArray*) toPairArray |
Returns a paired array rerpresentation of this log context.
- (NSString*) userId |
Gets the user Id.
- (NSString*) webSocketMediaServerId |
Gets the websocket media server Id.