Tracing

System Logs

From atninit

The array of STRINGs passed into the atninit function call will display low-level log message outputs from ATN, such as ‘atn initialized’.

From systemJson

The array of STRINGs passed into the systemJson function call will display a list of all states/commands that are registered with ATN, in JSON format. This is useful for debugging and verifying that registrations are happening correctly.

State Status

Calling stateStatus, stateTrueStatus, or stateFalseStatus will provide a list of states that are currently registered, or that are TRUE, or FALSE, respectively.