Interface: RoomDiagnosticsDebug
@roomful/core / RoomDiagnosticsDebug
Interface: RoomDiagnosticsDebug
Section titled “Interface: RoomDiagnosticsDebug”Defined in: packages/core/src/types.ts:181
Captures the effective debug flags for a room.
Properties
Section titled “Properties”events
Section titled “events”events:
boolean
Defined in: packages/core/src/types.ts:200
Indicates whether custom event debug logging is enabled.
performance
Section titled “performance”performance:
boolean
Defined in: packages/core/src/types.ts:205
Indicates whether performance debug logging is enabled.
presence
Section titled “presence”presence:
boolean
Defined in: packages/core/src/types.ts:195
Indicates whether presence debug logging is enabled.
productionInfoSuppressed
Section titled “productionInfoSuppressed”productionInfoSuppressed:
boolean
Defined in: packages/core/src/types.ts:210
Indicates whether production-only environment details were intentionally suppressed.
state:
boolean
Defined in: packages/core/src/types.ts:190
Indicates whether state debug logging is enabled.
transport
Section titled “transport”transport:
boolean
Defined in: packages/core/src/types.ts:185
Indicates whether transport debug logging is enabled.