Write a message to L3DT's logfile. Unlike zeoReportError, this function does not write the message to the event log window. Thus, this function provides an unobtrusive method for plugins to log events for debugging purposes.
Declaration | Zeolite.h |
---|---|
Implementation | Zeolite.cpp |
void zeoWriteToLog(const char* lpMessage);
Name | Type | Comment |
---|---|---|
lpMessage | const char* | A c-style string handle containing the text to be written to the log. |
None (void).
None.