BehaviourComposer: ignore everything before this.
Begin micro-behaviour
Begin description:
Add to the log area all changes to any of the attributes of this agent.
End description
Log all attributes
Begin NetLogo code:
set log-attributes true
End NetLogo code
Other logging micro-behaviours include Log specified behaviours which enables one to specify which attributes to log. Log all behaviours and Log specified behaviours log micro-behaviour events.
Log all attributes was implemented by Ken Kahn.
BehaviourComposer: ignore everything after this.