Shoutbox

More detailed event logging? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: More detailed event logging? (/showthread.php?tid=69205)

More detailed event logging? by Pc_Madness on 12-06-2006 at 10:17 AM

Hey guys, trying to write a G15 applet, and as far as can tell from my event logs, the only things logged are,

Sign In / Sign out
Media Change
Status Change

Could it be possible for Conversation Started as well?


Is there a way to work directly with Plus to get other events like the message sent as well? As obviously messages shouldn't appear an Event Log. At the moment I'm just planning on reading the event log.


RE: More detailed event logging? by markee on 12-06-2006 at 10:43 AM

You could do this by writing a script using the function

code:
MsgPlus.LogEvent(Origin,Description,Icon);
Where Origin, Description and Icon are pre-defined variables.  I'm sure there are a lot of people who would be willing to help you customize the script to your specific needs.