Search code examples
javascriptdebuggingloggingdom-eventsyui

Anyone using yui logger to track yui events? Is there a way to filter it?


The problem that I'm having with it, is that it tracks all the events in the log reader, too. This makes it very difficult to work with. As I scroll up down, click or move in the reader to examine events, it's scrolling all over the place adding new events. Is there a way to filter it to only include certain events from certain sources? Am I likely doing something wrong? I'm using the 2.7 version with Firefox.


Solution

  • Keith -- It sounds like you're using the -debug version of all of your files, is that correct? If so, try including only the -debug version of the components with which you're most directly working (ie, user logger-min.js instead of logger-debug.js). -Eric