Hi,
I've been trying to print simple string messages to the commanline prompt. I've
found freelog(...) but I've notice that if I try using this method in my own
defined methods in my own files, in the commandline, it gives things like "last
message was repeated twice". I was wondering is there a print method which
allows us just to simply print to the commandline? something just as simple as
printf? because I noticed that when I use printf, the application seems to
"buffer" the messages and these messages don't get printed out to the
commandline until the application has been closed.
Any help would be greatly appreciated. Thank you for your time.