Logger
Constructor Summary
Public Constructor | ||
public |
constructor(store: *, name: string) |
Member Summary
Public Members | ||
public |
activeFrame: * |
|
public |
currFrame: * |
|
public |
filter: * |
|
public |
frames: *[] |
|
public get |
index: * |
|
public |
|
|
public |
name: * |
|
public |
|
|
public get |
size: * |
|
public |
store: * |
|
public |
traps: * |
Method Summary
Public Methods | ||
public |
back() |
|
public |
clear() |
|
public |
clearTrap(name: *) |
|
public |
forward() |
|
public |
goto(idx: *): * |
|
public |
onError(store: *, msg: *, error: *) |
|
public |
onPostStateUpdate(store: *, action: *, impl: *) |
|
public |
onPostUpdate(store: *, time: *, currState: *, prevState: *) |
|
public |
|
|
public |
setActionFilter(filter: *) |
|
public |
setMaxFrames(maxFrames: *) |
|
public |
setTrap(condition: *, value: *, name: *): * |
|
public |
|
|
public |
|
Public Constructors
Public Members
public activeFrame: * source
public currFrame: * source
public filter: * source
public frames: *[] source
public get index: * source
public name: * source
public get size: * source
public store: * source
public traps: * source
Public Methods
public back() source
public clear() source
public clearTrap(name: *) source
Params:
Name | Type | Attribute | Description |
name | * |
public forward() source
public onError(store: *, msg: *, error: *) source
Params:
Name | Type | Attribute | Description |
store | * | ||
msg | * | ||
error | * |
Decorators:
- autobind
public onPostStateUpdate(store: *, action: *, impl: *) source
Params:
Name | Type | Attribute | Description |
store | * | ||
action | * | ||
impl | * |
Decorators:
- autobind
public onPostUpdate(store: *, time: *, currState: *, prevState: *) source
Params:
Name | Type | Attribute | Description |
store | * | ||
time | * | ||
currState | * | ||
prevState | * |
Decorators:
- autobind
public print(printState: boolean) source
Params:
Name | Type | Attribute | Description |
printState | boolean |
|
public setActionFilter(filter: *) source
Params:
Name | Type | Attribute | Description |
filter | * |
public setMaxFrames(maxFrames: *) source
Params:
Name | Type | Attribute | Description |
maxFrames | * |
public setTrap(condition: *, value: *, name: *): * source
Params:
Name | Type | Attribute | Description |
condition | * | ||
value | * | ||
name | * |
|
Return:
* |