Logging category used when new state machine elements are created.
Logging category used when states are entered during state machine instance initialisation or state transitions.
Logging category used when trigger events are evaluated during state transitions.
Logging category used when states are exited during state machine instance initialisation or state transitions.
Logging category used when state transitions are traversed.
Logging category used for user generated log events.
Adds a new log event consumer that will be called when log events of a particular category or categories are raised.
The callback that will be invoked with the log message.
The categorory or categories for which the consumer callback will be invoked.
Returns an id for the consumer so that it can be removed if desired.
Removes a log event consumer.
The id of the consumer previously returned by the add function.
Raises a log event
A callback used to generate the log message.
The category of message.
Generated using TypeDoc
Logging integration for state; provides callbacks for logging events thereby allowing integration of third party logging tools.