NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
n most recent errors (Score:1)
We logged each user "gesture" (entered "foo" in the bar field, clicked OK, etc.), which gave us a trail of breadcrumbs to follow to repeat the failure, though in practice we rarely had to look back more than a dozen entries from the end of the log. Usually things jumped right out.
The biggest mistake I see people make when they approach logging is to over engineer it early, rather than starting with something simple that works, and letting experience guide enhancements.
Reply to This