2
Hi
How you use XBS Logger is up to you. It is really (as you've probably found) a developer's tool. So if you want to log changes, simply log the before and after state of the record. More completely you need to save the before state of the record prior to editing (use a temporary store or a session variable perhaps depending on your requirements) and then do a diff after the edit commit and log just the field changes you need.
The bottom line is that Logger will log what you tell it to log - how you format the information string is entirely up to you. The basic display in Logger admin is well, erm, basic. To make it more meaningful for your particular application, you need to parse out the log info you stored and display it in a more human friendly way.
I hope that helps. If you need additional technical support, first check out teh API documentation that comes with logger and then perhaps check out the support site at
http://xoobs.net