View Single Post
09-27-20, 03:05 PM   #6
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
OK, great. Now this has brought me to another (I am sure basic) subject which I am confused about. How can an addon log/copy all the messages in a chat window? For example my addons display diagnostics like,

DEFAULT_CHAT_FRAME :AddMessage("hello",0,1,0);

How can another addon read those messages? They are not SAY, not SYSTEM, not Channel anything.

I have even tried setprinthandler(newPrintHandler) did not do anything.
  Reply With Quote