Class DebugLogging
public| Defined in: | ../packages/private-build-infra/addon/debugging.ts:4 |
|---|---|
| Module: | @ember-data/debug |
LOG_GRAPH public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:76
log updates received by the graph (relationship pointer storage)
LOG_IDENTIFIERS public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:68
log peek, generation and updates to Record Identifiers.
LOG_INSTANCE_CACHE public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:83
log creation/removal of RecordData and Record instances.
LOG_MUTATIONS public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:46
log local-state updates to the cache
LOG_NOTIFICATIONS public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:53
log notifications received by the RecordNotificationManager
LOG_OPERATIONS public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:39
log remote-state updates to the cache
LOG_PAYLOADS public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:30
log payloads received by the store via push or returned from a delete/update/create operation.
LOG_REQUEST_STATUS public
| Module: | @ember-data/debug |
|---|
Defined in ../packages/private-build-infra/addon/debugging.ts:60
log updates to requests the store has issued to the network (adapter) to fulfill.