System.DebugLog Method
Writes msg in the following ways, depending on your platform. On Windows, it logs to the debugger, so programs like DebugView can be used to view the string.
Syntax
*System.DebugLog msg
Parameters | |
msg |
On Macintosh, it uses DebugStr; it will drop you into MacsBug on Mac OS Classic and log to the Console on Mac OS X. On Linux, it prints the message to StdErr.