Add methods to BindMonitor every successful bound event, at debug level:
attributeValueBoundFromController()
dataValueBoundToController()
Rename methods in BindMonitor to better express the difference between attribute and data binding:
bindFailedForController() -> attributeBindFailed()
bindFailedForModel() -> dataBindFailed()