You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for textual representation of components and entities would allow migrating old logging, debugging and entity management implementations like /listEntities, /showEntity or etos() which all are only aware of the old gentity_s information.
A virtual inspect method would allow components to give detailed information about state and configuration or fall back to a sensible default simply listing sub-components, handled messages and such.
A to_string method on entities (replacing etos) could give at least the Simple Classname and entity ID/Number.
The text was updated successfully, but these errors were encountered:
Adding support for textual representation of components and entities would allow migrating old logging, debugging and entity management implementations like
/listEntities
,/showEntity
oretos()
which all are only aware of the oldgentity_s
information.A virtual
inspect
method would allow components to give detailed information about state and configuration or fall back to a sensible default simply listing sub-components, handled messages and such.A
to_string
method on entities (replacingetos
) could give at least the Simple Classname and entity ID/Number.The text was updated successfully, but these errors were encountered: