MMOMinion

Full Version: logging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i have got my basic ui working. gone through the documentation on github and that lead me to try d("my msg") should appear in the console.

how ever d() does not push to the console :(

the work around i found was in the TaskManger code dbg() how ever it seems to append the task manger name to the log and i can't seem to find the dbg method its self to see how its getting code to the log.

for now dbg is fine but would be good to know how to use d().

any thoughts?
(02-19-2015, 11:43 AM)fxfire Wrote: [ -> ]just tested it, d("lol") , works fine here

I'm using the example here as a base: https://github.com/MINIONBOTS/FFXIVMinio...ample-%231

using version number 1 in the settings

do i need to extend a object/class to get it to work?

could another plugin block it from working?

do i have to enable d() in any way?

its weird cause dbg() does work but I'm guessing thats not part of the main code base.