Skip to content

DebugRegistryImpl

Defined in: DebugRegistryImpl.ts:4

Concrete implementation of the DebugRegistry interface.

  • DebugRegistry

new DebugRegistryImpl(): DebugRegistryImpl

DebugRegistryImpl

readonly contributors: Map<string, DebugContributor>

Defined in: DebugRegistryImpl.ts:5


enabled: boolean = false

Defined in: DebugRegistryImpl.ts:6

isEnabled(): boolean

Defined in: DebugRegistryImpl.ts:17

boolean

DebugRegistry.isEnabled


isFlagEnabled(contributorName, flag): boolean

Defined in: DebugRegistryImpl.ts:21

string

string

boolean

DebugRegistry.isFlagEnabled


register(contributor): void

Defined in: DebugRegistryImpl.ts:9

DebugContributor

void

DebugRegistry.register


setFlag(contributorName, flag, value): void

Defined in: DebugRegistryImpl.ts:34

string

string

boolean

void


toggle(): void

Defined in: DebugRegistryImpl.ts:25

void


toggleFlag(contributorName, flag): void

Defined in: DebugRegistryImpl.ts:29

string

string

void