BehaviourComposer: ignore everything before this.
Begin micro-behaviour
Begin description:
Add to the log area changes to the value of any patch attribute of this patch.
End description
Log all patch attributes
Begin NetLogo code:
set log-patch-attributes true
End NetLogo code
Log specified patch attributes logs the values only of the specified patch variables. Add to log area all attribute changes to any patch add this behaviour to all patches.
Log all patch attributes was implemented by Ken Kahn on 3 June 2011.
BehaviourComposer: ignore everything after this.