I see, so this opens notepad and displays the full log. I've gotten accustomed to flash/flex where using trace() writes both the log and an IDE specific output window.
Currently I use diag() to write a message and then tail the file. This works and I do get custom log messages where I put them but its pretty slow and like I said you need to swtich between windows especially if your watching some objects.