Removed logging of setters that could not be called.
Since readonly fields now have a name (see AbstractInputTag) lots of setters could possibly fail.
This is not a problem since readonly fields do not have setters.
The downside is that for a writeable field without a setter no log line gets written.