Hi Mithrandir,

Thanks for the reply. I tried
Code:
printf(TO_LOG,"nStuff", SomeVariables);


but it throws a crash error (#111) when it tries to print those statements.

I tried replacing my desired statements with
Code:
printf(TO_LOG, "ntest message");


which results in the same crash error.

I had also previously tried short-cutting it to the log with
Code:
printf(TO_LOG, "#ntest message");


this runs, but results in messages not being printed to the log after a couple of months.

The above examples were appended immediately after the enterLong/Short calls.

Cheers,
BobbyT

EDIT: forgot about the forum editing out slashes from text. In all the examples there is a backslash before the 'n' (between the # and 'n' in the third example)

Last edited by BobbyT; 07/13/17 02:23.