Interface: RoomDiagnosticsDebug
@roomful/core / RoomDiagnosticsDebug
Interface: RoomDiagnosticsDebug
Section titled “Interface: RoomDiagnosticsDebug”Defined in: packages/core/src/types.ts:185
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:204
Indicates whether custom event debug logging is enabled.
performance
Section titled “performance”performance:
boolean
Defined in: packages/core/src/types.ts:209
Indicates whether performance debug logging is enabled.
presence
Section titled “presence”presence:
boolean
Defined in: packages/core/src/types.ts:199
Indicates whether presence debug logging is enabled.
productionInfoSuppressed
Section titled “productionInfoSuppressed”productionInfoSuppressed:
boolean
Defined in: packages/core/src/types.ts:214
Indicates whether production-only environment details were intentionally suppressed.
state:
boolean
Defined in: packages/core/src/types.ts:194
Indicates whether state debug logging is enabled.
transport
Section titled “transport”transport:
boolean
Defined in: packages/core/src/types.ts:189
Indicates whether transport debug logging is enabled.