BehaviourComposer: ignore everything before this. Begin micro-behaviour
Begin description:
Add to the log area changes to the values of the listed attributes of this agent.
End description
Log specified attributes
Begin NetLogo code:
substitute-text-area-for attribute-names "my-energy" "my-age"Â set log-attributes [attribute-names] ; quoted and separated by spaces
End NetLogo code
Log specified attributes was implemented by Ken Kahn.
BehaviourComposer: ignore everything after this.