ActionLoggerViewer
- Last UpdatedDec 16, 2023
- 3 minute read
This topic is part of Specialized 2D Nodes.
ActionLoggerViewer
The ActionLoggerViewer interface can display the filtered content of an ActionLogger node.
-
The ActionLoggerViewer lists the filtered values in a sorting based on the log timestamp, which is different to the ActionLogger saved file.
-
The list is scrollable, but no cursor is visible.

Platform support
This node is supported on XR-Windows platform only.
|
XR-WIN |
XR-P-WIN |
XR-P-IOS |
XR-P-AND |
XR-P-WASM |
|---|---|---|---|---|
|
Full support |
No support |
No support |
No support |
No support |
|
|
|
|
|
|
Code example
This is a code example for the ActionLoggerViewer node.
<ActionLoggerViewer name="mission_loggerViewer" actionLoggerNode="mission_logger" visible="false" position="448 320" order="20" size="1024 512" iconUpPos="1008 0" iconDownPos="1008 496" actionLoggerFilter="right,wrong" actionLoggerFilterColor="1 1 1,1 0 0"/>
ActionLoggerViewer fields
These are the fields for ActionLoggerViewer node. Only the node-specific fields are indicated, not fields obtained by inheritance.
Field inheritance: NodeBase > ActionLogger
|
Fields |
Type |
Use |
Default value |
Description |
|---|---|---|---|---|
|
actionLoggerFilter |
mstring |
All |
Not set |
Name of the Action Logger tags whose logs must be included in the display. |
|
actionLoggerFilterColor |
mstring |
1 1 1 |
Not set |
Each tag in the actionLoggerFilter must correspond to a display color. |
|
actionLoggerNode |
sstring |
Mandatory |
Not set |
Name of the ActionLogger node to connect for listing logs. |
|
backgroundImage |
sstring |
Optional |
actionloggerviewer_background |
Name of the image to use for the Action Logger background. |
|
iconSize |
svec2 |
Optional |
16 16 |
Size of the up and down icons. |
|
iconUpImage |
sstring |
Optional |
Not set |
Name of the image to use for the up arrow. |
|
iconUpPos |
svec2 |
Optional |
496 |
Position of the up icon in reference to the position of the Taskviewer. |
|
iconDownPos |
svec2 |
Optional |
496 496 |
Position of the down icon in reference to the position of the Taskviewer. |
|
iconDownImage |
sstring |
Optional |
Not set |
Name of the image to use for the down arrow. |
|
lineFont |
sstring |
Optional |
Arial,Bold,32 |
The font to use for text in the Action Logger. The font name must be a system font. Only Bold and Regular values are accepted. |
|
lineSize |
sfloat |
Optional |
32 |
Line height, which can be used to change interline. This value usually matches lineFont height. |
|
moveCursorDelay |
sfloat |
Optional |
0.1 |
The minimum wait time between two accepted movements. |
|
moveCursorDown |
sevent |
Optional |
Not set |
Can be used to scroll down the list. |
|
moveCursorUp |
sevent |
Optional |
Not set |
Can be used to scroll up the list. |
|
moveCursorY |
sfloat |
Optional |
Not set |
The position of Y cursor. Set 1 to move up and -1 to move down the scrolling list. Usually routed from the gamepad or keyboard. |
|
order |
sint |
Optional |
100 |
The node z order defines the display order of different children. The range is 0-255. |
|
position |
svec2 |
Optional |
0 0 |
Position of the Taskviewer in reference to the screen top left corner. |
|
size |
svec2 |
Optional |
512 512 |
Size of the Action Logger. |
|
visible |
sbool |
Optional |
false |
The action logger visibility state. |