[@epicgames-ps/lib-pixelstreamingsignalling-ue5.5](../README.md) / [LoggingUtils](../modules/LoggingUtils.md) / IProtoLogObj

# Interface: IProtoLogObj

[LoggingUtils](../modules/LoggingUtils.md).IProtoLogObj

## Table of contents

### Properties

- [direction](LoggingUtils.IProtoLogObj.md#direction)
- [event](LoggingUtils.IProtoLogObj.md#event)
- [protoMessage](LoggingUtils.IProtoLogObj.md#protomessage)
- [receiver](LoggingUtils.IProtoLogObj.md#receiver)
- [sender](LoggingUtils.IProtoLogObj.md#sender)
- [target](LoggingUtils.IProtoLogObj.md#target)

## Properties

### direction

• **direction**: `string`

#### Defined in

[Signalling/src/LoggingUtils.ts:6](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/LoggingUtils.ts#L6)

___

### event

• **event**: `string`

#### Defined in

[Signalling/src/LoggingUtils.ts:5](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/LoggingUtils.ts#L5)

___

### protoMessage

• **protoMessage**: `BaseMessage`

#### Defined in

[Signalling/src/LoggingUtils.ts:10](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/LoggingUtils.ts#L10)

___

### receiver

• `Optional` **receiver**: `string`

#### Defined in

[Signalling/src/LoggingUtils.ts:8](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/LoggingUtils.ts#L8)

___

### sender

• `Optional` **sender**: `string`

#### Defined in

[Signalling/src/LoggingUtils.ts:7](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/LoggingUtils.ts#L7)

___

### target

• `Optional` **target**: `string`

#### Defined in

[Signalling/src/LoggingUtils.ts:9](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/LoggingUtils.ts#L9)
