View Single Post
03-09-07, 04:02 PM   #3
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
I ended up capturing the messages sent to the combat log and saving them myself. I'm just keeping the last 2000 entries (combat log + my debug messages). The problem with this approach is that if Blizzard adds a new combat event, I have to modify my code to make a copy of that message. If I could insert my debug messages into the stream that eventually gets written to the combat log, then I've got everything in one location.

While I don't have a need for it now, I'd like to be able to do the same thing to the chat log without having to "say" my messages (which I believe does work).

Regards,

Brad
  Reply With Quote