Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 796 Bytes

File metadata and controls

30 lines (16 loc) · 796 Bytes

@epicgames-ps/lib-pixelstreamingsignalling-ue5.5


@epicgames-ps/lib-pixelstreamingsignalling-ue5.5 / LoggingUtils / logOutgoing

Function: logOutgoing()

logOutgoing(sender, message): void

Defined in: Signalling/src/LoggingUtils.ts:41

Call to log messages created here at the server and being sent to the connection. Do not call this for messages being forwarded to this connection.

Parameters

sender

IMessageLogger

IMessageLogger The connection the message is being sent to.

message

BaseMessage

Returns

void